Home
last modified time | relevance | path

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

/security/selinux/
Dstatus.c56 status->enforcing = enforcing_enabled(state); in selinux_kernel_status_page()
80 int enforcing) in selinux_status_update_setenforce() argument
91 status->enforcing = enforcing; in selinux_status_update_setenforce()
DKconfig59 unless you specify enforcing=1 on the kernel command line. You
60 can interactively toggle the kernel between enforcing mode and
Dselinuxfs.c288 int enforcing; in sel_write_disable() local
315 enforcing = enforcing_enabled(fsi->state); in sel_write_disable()
322 enforcing, enforcing, in sel_write_disable()
Dhooks.c117 unsigned long enforcing; in enforcing_setup() local
118 if (!kstrtoul(str, 0, &enforcing)) in enforcing_setup()
119 selinux_enforcing_boot = enforcing ? 1 : 0; in enforcing_setup()
/security/selinux/include/
Dsecurity.h97 bool enforcing; member
132 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 */ member
467 int enforcing);
/security/landlock/
DKconfig9 themselves (and their future children) by gradually enforcing
/security/lockdown/
DKconfig2 bool "Basic module for enforcing kernel lockdown"
/security/tomoyo/
DKconfig55 enforcing mode from the beginning, you can reduce the possibility of
Dcommon.h884 struct tomoyo_preference *enforcing; member