Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/smack/
H A Dsmack.h41 #define SMK_LONGLABEL 256 macro
H A Dsmack_access.c464 if (i == 0 || i >= SMK_LONGLABEL) in smk_parse_smack()
H A Dsmackfs.c2363 smk_rule_show(s, srp, SMK_LONGLABEL); in load2_seq_show()
2440 smk_rule_show(s, srp, SMK_LONGLABEL); in load_self2_seq_show()
2533 if (count == 0 || count > SMK_LONGLABEL) in smk_write_revoke_subj()
H A Dsmack_lsm.c288 buffer = kzalloc(SMK_LONGLABEL, GFP_NOFS); in smk_fetch()
292 rc = __vfs_getxattr(dp, ip, name, buffer, SMK_LONGLABEL, in smk_fetch()
2693 if (value == NULL || size > SMK_LONGLABEL || size == 0) in smack_inode_setsecurity()
3523 if (value == NULL || size == 0 || size >= SMK_LONGLABEL) in smack_setprocattr()