Searched refs:enforcing (Results 1 – 9 of 9) sorted by relevance
56 status->enforcing = enforcing_enabled(state); in selinux_kernel_status_page()80 int enforcing) in selinux_status_update_setenforce() argument91 status->enforcing = enforcing; in selinux_status_update_setenforce()
59 unless you specify enforcing=1 on the kernel command line. You60 can interactively toggle the kernel between enforcing mode and
288 int enforcing; in sel_write_disable() local315 enforcing = enforcing_enabled(fsi->state); in sel_write_disable()322 enforcing, enforcing, in sel_write_disable()
117 unsigned long enforcing; in enforcing_setup() local118 if (!kstrtoul(str, 0, &enforcing)) in enforcing_setup()119 selinux_enforcing_boot = enforcing ? 1 : 0; in enforcing_setup()
97 bool enforcing; member132 return READ_ONCE(state->enforcing); in enforcing_enabled()137 WRITE_ONCE(state->enforcing, value); in enforcing_set()458 u32 enforcing; /* current setting of enforcing mode */ member467 int enforcing);
9 themselves (and their future children) by gradually enforcing
2 bool "Basic module for enforcing kernel lockdown"
55 enforcing mode from the beginning, you can reduce the possibility of
884 struct tomoyo_preference *enforcing; member