Searched refs:enforcing (Results 1 - 4 of 4) sorted by relevance

/linux-master/security/selinux/
H A Dstatus.c56 status->enforcing = enforcing_enabled();
77 * It updates status of the current enforcing/permissive mode.
79 void selinux_status_update_setenforce(bool enforcing) argument
90 status->enforcing = enforcing ? 1 : 0;
H A Dhooks.c121 unsigned long enforcing; local
122 if (!kstrtoul(str, 0, &enforcing))
123 selinux_enforcing_boot = enforcing ? 1 : 0;
126 __setup("enforcing=", enforcing_setup);
7458 pr_debug("SELinux: Starting in enforcing mode\n");
/linux-master/security/selinux/include/
H A Dsecurity.h94 bool enforcing; member in struct:selinux_state
125 return READ_ONCE(selinux_state.enforcing);
130 WRITE_ONCE(selinux_state.enforcing, value);
365 u32 enforcing; /* current setting of enforcing mode */ member in struct:selinux_kernel_status
373 extern void selinux_status_update_setenforce(bool enforcing);
/linux-master/security/tomoyo/
H A Dcommon.h379 * occurred in enforcing mode and the userspace daemon decided to retry.
884 struct tomoyo_preference *enforcing; member in struct:tomoyo_profile

Completed in 243 milliseconds