Home
last modified time | relevance | path

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

/freebsd/sys/security/mac_do/
H A Dmac_do.c1703 bool absent_or_empty_rules, absent_or_empty_exec_paths; in mac_do_jail_check() local
1766 absent_or_empty_rules = is_null_or_empty(rules_string); in mac_do_jail_check()
1776 if (!absent_or_empty_rules || !absent_or_empty_exec_paths) in mac_do_jail_check()
1795 if (!absent_or_empty_rules && !absent_or_empty_exec_paths) { in mac_do_jail_check()
1831 bool absent_or_empty_rules, absent_or_empty_exec_paths; in mac_do_jail_set() local
1848 absent_or_empty_rules = is_null_or_empty(rules_string); in mac_do_jail_set()
1852 if (!absent_or_empty_rules || !absent_or_empty_exec_paths) in mac_do_jail_set()
1864 if (!absent_or_empty_rules || !absent_or_empty_exec_paths) { in mac_do_jail_set()
1920 MPASS(absent_or_empty_rules || absent_or_empty_exec_paths); in mac_do_jail_set()
1921 if (!absent_or_empty_rules) in mac_do_jail_set()