Home
last modified time | relevance | path

Searched refs:SMK_LONGLABEL (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/security/smack/
Dsmack.h41 #define SMK_LONGLABEL 256 macro
Dsmack_access.c465 if (i == 0 || i >= SMK_LONGLABEL) in smk_parse_smack()
Dsmackfs.c2364 smk_rule_show(s, srp, SMK_LONGLABEL); in load2_seq_show()
2441 smk_rule_show(s, srp, SMK_LONGLABEL); in load_self2_seq_show()
2534 if (count == 0 || count > SMK_LONGLABEL) in smk_write_revoke_subj()
Dsmack_lsm.c291 buffer = kzalloc(SMK_LONGLABEL, GFP_NOFS); in smk_fetch()
295 rc = __vfs_getxattr(dp, ip, name, buffer, SMK_LONGLABEL); in smk_fetch()
2703 if (value == NULL || size > SMK_LONGLABEL || size == 0) in smack_inode_setsecurity()
3536 if (value == NULL || size == 0 || size >= SMK_LONGLABEL) in smack_setprocattr()