/linux-6.6.21/include/linux/ |
D | evm.h | 46 struct posix_acl *kacl); 55 struct posix_acl *kacl) in evm_inode_post_set_acl() argument 142 struct posix_acl *kacl) in evm_inode_set_acl() argument 156 struct posix_acl *kacl) in evm_inode_post_set_acl() argument
|
D | ima.h | 194 struct posix_acl *kacl); 224 struct posix_acl *kacl) in ima_inode_set_acl() argument
|
D | posix_acl.h | 104 const char *acl_name, struct posix_acl *kacl);
|
D | security.h | 365 struct posix_acl *kacl); 882 struct posix_acl *kacl) in security_inode_set_acl() argument
|
D | lsm_hook_defs.h | 150 struct dentry *dentry, const char *acl_name, struct posix_acl *kacl)
|
/linux-6.6.21/security/integrity/evm/ |
D | evm_main.c | 616 struct posix_acl *kacl) in evm_inode_set_acl_change() argument 623 if (!kacl) in evm_inode_set_acl_change() 626 rc = posix_acl_update_mode(idmap, inode, &mode, &kacl); in evm_inode_set_acl_change() 636 struct posix_acl *kacl) in evm_inode_set_acl_change() argument 654 const char *acl_name, struct posix_acl *kacl) in evm_inode_set_acl() argument 682 !evm_inode_set_acl_change(idmap, dentry, acl_name, kacl)) in evm_inode_set_acl()
|
/linux-6.6.21/fs/ |
D | posix_acl.c | 1091 const char *acl_name, struct posix_acl *kacl) in vfs_set_acl() argument 1102 if (kacl) { in vfs_set_acl() 1110 error = vfs_set_acl_idmapped_mnt(idmap, i_user_ns(inode), kacl); in vfs_set_acl() 1126 error = security_inode_set_acl(idmap, dentry, acl_name, kacl); in vfs_set_acl() 1135 error = set_posix_acl(idmap, dentry, acl_type, kacl); in vfs_set_acl() 1140 evm_inode_post_set_acl(dentry, acl_name, kacl); in vfs_set_acl()
|
/linux-6.6.21/security/ |
D | security.c | 2208 struct posix_acl *kacl) in security_inode_set_acl() argument 2215 kacl); in security_inode_set_acl() 2218 ret = ima_inode_set_acl(idmap, dentry, acl_name, kacl); in security_inode_set_acl() 2221 return evm_inode_set_acl(idmap, dentry, acl_name, kacl); in security_inode_set_acl()
|
/linux-6.6.21/security/integrity/ima/ |
D | ima_appraise.c | 783 const char *acl_name, struct posix_acl *kacl) in ima_inode_set_acl() argument
|
/linux-6.6.21/fs/smb/client/ |
D | cifssmb.c | 2895 struct posix_acl *kacl = NULL; in cifs_to_posix_acl() local 2929 kacl = posix_acl_alloc(count, GFP_NOFS); in cifs_to_posix_acl() 2930 if (!kacl) in cifs_to_posix_acl() 2933 FOREACH_ACL_ENTRY(pa, kacl, pe) { in cifs_to_posix_acl() 2938 *acl = kacl; in cifs_to_posix_acl()
|
/linux-6.6.21/security/smack/ |
D | smack_lsm.c | 1474 struct posix_acl *kacl) in smack_inode_set_acl() argument
|
/linux-6.6.21/security/selinux/ |
D | hooks.c | 3263 struct posix_acl *kacl) in selinux_inode_set_acl() argument
|