Searched refs:kacl (Results 1 – 10 of 10) sorted by relevance
| /linux/security/integrity/evm/ |
| 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/ |
| A D | posix_acl.c | 1090 const char *acl_name, struct posix_acl *kacl) in vfs_set_acl() argument 1101 if (kacl) { in vfs_set_acl() 1109 error = vfs_set_acl_idmapped_mnt(idmap, i_user_ns(inode), kacl); in vfs_set_acl() 1125 error = security_inode_set_acl(idmap, dentry, acl_name, kacl); in vfs_set_acl() 1134 error = set_posix_acl(idmap, dentry, acl_type, kacl); in vfs_set_acl() 1139 security_inode_post_set_acl(dentry, acl_name, kacl); in vfs_set_acl()
|
| /linux/include/linux/ |
| A D | posix_acl.h | 104 const char *acl_name, struct posix_acl *kacl);
|
| A D | security.h | 387 struct posix_acl *kacl); 389 struct posix_acl *kacl); 939 struct posix_acl *kacl) in security_inode_set_acl() argument 946 struct posix_acl *kacl) in security_inode_post_set_acl() argument
|
| A D | lsm_hook_defs.h | 161 struct dentry *dentry, const char *acl_name, struct posix_acl *kacl) 163 const char *acl_name, struct posix_acl *kacl)
|
| /linux/security/ |
| A D | security.c | 2436 struct posix_acl *kacl) in security_inode_set_acl() argument 2440 return call_int_hook(inode_set_acl, idmap, dentry, acl_name, kacl); in security_inode_set_acl() 2453 struct posix_acl *kacl) in security_inode_post_set_acl() argument 2457 call_void_hook(inode_post_set_acl, dentry, acl_name, kacl); in security_inode_post_set_acl()
|
| /linux/security/integrity/ima/ |
| A D | ima_appraise.c | 784 const char *acl_name, struct posix_acl *kacl) in ima_inode_set_acl() argument
|
| /linux/fs/smb/client/ |
| A D | cifssmb.c | 2947 struct posix_acl *kacl = NULL; in cifs_to_posix_acl() local 2981 kacl = posix_acl_alloc(count, GFP_NOFS); in cifs_to_posix_acl() 2982 if (!kacl) in cifs_to_posix_acl() 2985 FOREACH_ACL_ENTRY(pa, kacl, pe) { in cifs_to_posix_acl() 2990 *acl = kacl; in cifs_to_posix_acl()
|
| /linux/security/smack/ |
| A D | smack_lsm.c | 1509 struct posix_acl *kacl) in smack_inode_set_acl() argument
|
| /linux/security/selinux/ |
| A D | hooks.c | 3283 struct posix_acl *kacl) in selinux_inode_set_acl() argument
|
Completed in 604 milliseconds