Home
last modified time | relevance | path

Searched refs:smk_of_current (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/security/smack/
H A Dsmack_lsm.c511 struct smack_known *skp = smk_of_current(); in smack_syslog()
806 skp = smk_of_current(); in smack_set_mnt_opts()
1676 *blob = smk_of_current(); in smack_file_alloc_security()
1828 skp = smk_of_current(); in smack_mmap_file()
1907 *blob = smk_of_current(); in smack_file_set_fowner()
2246 prop->smack.skp = smk_of_current(); in smack_current_getlsmprop_subj()
3094 *blob = smk_of_current(); in smack_msg_msg_alloc_security()
3121 *blob = smk_of_current(); in smack_ipc_alloc_security()
3515 isp->smk_inode = smk_of_current(); in smack_d_instantiate()
3518 isp->smk_inode = smk_of_current(); in smack_d_instantiate()
[all …]
H A Dsmack.h430 static inline struct smack_known *smk_of_current(void) in smk_of_current() function
H A Dsmackfs.c189 nap->prop.smack.skp = smk_of_current(); in smk_netlabel_audit_set()