Home
last modified time | relevance | path

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

/security/selinux/
A Dstatus.c56 status->enforcing = enforcing_enabled(); in selinux_kernel_status_page()
79 void selinux_status_update_setenforce(bool enforcing) in selinux_status_update_setenforce() argument
90 status->enforcing = enforcing ? 1 : 0; in selinux_status_update_setenforce()
A DKconfig35 unless you specify enforcing=1 on the kernel command line. You
36 can interactively toggle the kernel between enforcing mode and
A Dhooks.c120 unsigned long enforcing; in enforcing_setup() local
121 if (!kstrtoul(str, 0, &enforcing)) in enforcing_setup()
122 selinux_enforcing_boot = enforcing ? 1 : 0; in enforcing_setup()
/security/selinux/include/
A Dsecurity.h96 bool enforcing; member
127 return READ_ONCE(selinux_state.enforcing); in enforcing_enabled()
132 WRITE_ONCE(selinux_state.enforcing, value); in enforcing_set()
383 u32 enforcing; /* current setting of enforcing mode */ member
391 extern void selinux_status_update_setenforce(bool enforcing);
/security/landlock/
A DKconfig10 themselves (and their future children) by gradually enforcing
/security/lockdown/
A DKconfig2 bool "Basic module for enforcing kernel lockdown"
/security/tomoyo/
A DKconfig53 enforcing mode from the beginning, you can reduce the possibility of
A Dcommon.h884 struct tomoyo_preference *enforcing; member

Completed in 46 milliseconds