Searched refs:kacl (Results 1 – 7 of 7) 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 | 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/ |
| H A D | lsm_hook_defs.h | 163 struct dentry *dentry, const char *acl_name, struct posix_acl *kacl) 165 const char *acl_name, struct posix_acl *kacl)
|
| /linux/security/ |
| H A D | security.c | 1923 * @kacl: acl struct 1925 * Check permission before setting posix acls, the posix acls in @kacl are 1932 struct posix_acl *kacl) in security_inode_set_acl() argument 1936 return call_int_hook(inode_set_acl, idmap, dentry, acl_name, kacl); in security_inode_set_acl() 1943 * @kacl: acl struct 1946 * The posix acls in @kacl are identified by @acl_name. 1949 struct posix_acl *kacl) in security_inode_post_set_acl() argument 1953 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 | 808 const char *acl_name, struct posix_acl *kacl) in ima_inode_setxattr() 818 ima_inode_set_acl(struct mnt_idmap * idmap,struct dentry * dentry,const char * acl_name,struct posix_acl * kacl) ima_inode_set_acl() argument
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 1539 struct posix_acl *kacl) in smack_inode_set_acl() argument
|
| /linux/security/selinux/ |
| H A D | hooks.c | 3436 struct posix_acl *kacl) in selinux_inode_set_acl() argument
|