Searched refs:kacl (Results 1 – 6 of 6) sorted by relevance
/linux/security/integrity/evm/ |
H A D | evm_main.c | 634 struct posix_acl *kacl) in evm_inode_set_acl_change() argument 641 if (!kacl) in evm_inode_set_acl_change() 644 rc = posix_acl_update_mode(idmap, inode, &mode, &kacl); in evm_inode_set_acl_change() 654 struct posix_acl *kacl) in evm_inode_set_acl_change() argument 674 const char *acl_name, struct posix_acl *kacl) in evm_inode_set_acl() argument 702 !evm_inode_set_acl_change(idmap, dentry, acl_name, kacl)) in evm_inode_set_acl() 837 struct posix_acl *kacl) in evm_inode_post_set_acl() argument
|
/linux/fs/ |
H A D | posix_acl.c | 1089 const char *acl_name, struct posix_acl *kacl) in vfs_set_acl() argument 1100 if (kacl) { in vfs_set_acl() 1108 error = vfs_set_acl_idmapped_mnt(idmap, i_user_ns(inode), kacl); in vfs_set_acl() 1124 error = security_inode_set_acl(idmap, dentry, acl_name, kacl); in vfs_set_acl() 1133 error = set_posix_acl(idmap, dentry, acl_type, kacl); in vfs_set_acl() 1138 security_inode_post_set_acl(dentry, acl_name, kacl); in vfs_set_acl()
|
/linux/security/ |
H A D | security.c | 2440 struct posix_acl *kacl) in security_inode_set_acl() argument 2444 return call_int_hook(inode_set_acl, idmap, dentry, acl_name, kacl); in security_inode_set_acl() 2457 struct posix_acl *kacl) in security_inode_post_set_acl() argument 2461 call_void_hook(inode_post_set_acl, dentry, acl_name, kacl); in security_inode_post_set_acl()
|
/linux/security/integrity/ima/ |
H A D | ima_appraise.c | 807 const char *acl_name, struct posix_acl *kacl) in ima_inode_set_acl() argument
|
/linux/fs/smb/client/ |
H A D | cifssmb.c | 2890 struct posix_acl *kacl = NULL; in cifs_to_posix_acl() local 2924 kacl = posix_acl_alloc(count, GFP_NOFS); in cifs_to_posix_acl() 2925 if (!kacl) in cifs_to_posix_acl() 2928 FOREACH_ACL_ENTRY(pa, kacl, pe) { in cifs_to_posix_acl() 2933 *acl = kacl; in cifs_to_posix_acl()
|
/linux/security/selinux/ |
H A D | hooks.c | 3283 struct posix_acl *kacl) in selinux_inode_set_acl() argument
|