Searched refs:avc_has_perm_noaudit (Results 1 - 4 of 4) sorted by relevance

/linux-master/security/selinux/include/
H A Davc.h107 * @result: result from avc_has_perm_noaudit
113 * called directly by callers who use avc_has_perm_noaudit()
133 int avc_has_perm_noaudit(u32 ssid, u32 tsid, u16 tclass, u32 requested,
/linux-master/security/selinux/
H A Davc.c981 * Slow-path helper function for avc_has_perm_noaudit, when the avc_node lookup
1103 * This is the "we have no node" part of avc_has_perm_noaudit(), which is
1123 * avc_has_perm_noaudit - Check permissions but perform no auditing.
1142 inline int avc_has_perm_noaudit(u32 ssid, u32 tsid, function
1192 rc = avc_has_perm_noaudit(ssid, tsid, tclass, requested, 0,
H A Dhooks.c1645 rc = avc_has_perm_noaudit(sid, sid, sclass, av, 0, &avd);
3124 rc = avc_has_perm_noaudit(sid, isec->sid, isec->sclass, perms, 0,
/linux-master/security/selinux/ss/
H A Dservices.c2798 rc = avc_has_perm_noaudit(fromsid, mysids[i],

Completed in 380 milliseconds