Home
last modified time | relevance | path

Searched refs:kacl (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/security/integrity/evm/
H A Devm_main.c634 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-6.15/fs/
H A Dposix_acl.c1089 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-6.15/include/linux/
H A Dposix_acl.h109 const char *acl_name, struct posix_acl *kacl);
H A Dsecurity.h437 struct posix_acl *kacl);
439 struct posix_acl *kacl);
1001 struct posix_acl *kacl) in security_inode_set_acl() argument
1008 struct posix_acl *kacl) in security_inode_post_set_acl() argument
H A Dlsm_hook_defs.h161 struct dentry *dentry, const char *acl_name, struct posix_acl *kacl)
163 const char *acl_name, struct posix_acl *kacl)
/linux-6.15/security/
H A Dsecurity.c2440 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-6.15/security/integrity/ima/
H A Dima_appraise.c807 const char *acl_name, struct posix_acl *kacl) in ima_inode_set_acl() argument
/linux-6.15/fs/smb/client/
H A Dcifssmb.c2920 struct posix_acl *kacl = NULL; in cifs_to_posix_acl() local
2954 kacl = posix_acl_alloc(count, GFP_NOFS); in cifs_to_posix_acl()
2955 if (!kacl) in cifs_to_posix_acl()
2958 FOREACH_ACL_ENTRY(pa, kacl, pe) { in cifs_to_posix_acl()
2963 *acl = kacl; in cifs_to_posix_acl()
/linux-6.15/security/smack/
H A Dsmack_lsm.c1493 struct posix_acl *kacl) in smack_inode_set_acl() argument
/linux-6.15/security/selinux/
H A Dhooks.c3283 struct posix_acl *kacl) in selinux_inode_set_acl() argument