Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_priv.c304 if (__predict_false(mac_priv_check_fp_flag || in priv_check_cred_vfs_lookup()
319 if (__predict_false(mac_priv_check_fp_flag || in priv_check_cred_vfs_lookup_nomac()
359 if (__predict_false(mac_priv_check_fp_flag || in priv_check_cred_vfs_generation()
/f-stack/freebsd/security/mac/
H A Dmac_framework.h284 extern bool mac_priv_check_fp_flag;
286 #define mac_priv_check_fp_flag 0 macro
288 #define mac_priv_check_enabled() __predict_false(mac_priv_check_fp_flag)
H A Dmac_framework.c422 { .offset = FPO(priv_check), .flag = &mac_priv_check_fp_flag },