| /Linux-v5.15/security/selinux/ | 
| D | status.c | 56 			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()
 
 | 
| D | Kconfig | 59 	  unless you specify enforcing=1 on the kernel command line.  You60 	  can interactively toggle the kernel between enforcing mode and
 
 | 
| D | selinuxfs.c | 288 	int enforcing;  in sel_write_disable()  local313 		enforcing = enforcing_enabled(fsi->state);  in sel_write_disable()
 320 			enforcing, enforcing,  in sel_write_disable()
 
 | 
| D | hooks.c | 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()
 
 | 
| /Linux-v5.15/security/selinux/include/ | 
| D | security.h | 95 	bool enforcing;  member128 	return READ_ONCE(state->enforcing);  in enforcing_enabled()
 133 	WRITE_ONCE(state->enforcing, value);  in enforcing_set()
 431 	u32	enforcing;	/* current setting of enforcing mode */  member
 440 					     int enforcing);
 
 | 
| /Linux-v5.15/security/landlock/ | 
| D | Kconfig | 9 	  themselves (and their future children) by gradually enforcing
 | 
| /Linux-v5.15/security/lockdown/ | 
| D | Kconfig | 2 	bool "Basic module for enforcing kernel lockdown"
 | 
| /Linux-v5.15/Documentation/admin-guide/cgroup-v1/ | 
| D | hugetlb.rst | 71 doesn't support page reclaim, enforcing the limit at page fault time implies92 limit, enforcing memory usage at fault time and causing the application to
 
 | 
| /Linux-v5.15/tools/perf/Documentation/ | 
| D | security.txt | 98    #     enforcing - SELinux security policy is enforced.99    #     permissive - SELinux prints warnings instead of enforcing.
 
 | 
| /Linux-v5.15/security/tomoyo/ | 
| D | Kconfig | 55 	  enforcing mode from the beginning, you can reduce the possibility of
 | 
| D | common.h | 884 	struct tomoyo_preference *enforcing;  member
 | 
| /Linux-v5.15/Documentation/security/ | 
| D | landlock.rst | 42 * Computation related to Landlock operations (e.g. enforcing a ruleset) shall
 | 
| /Linux-v5.15/Documentation/core-api/ | 
| D | protection-keys.rst | 16 Memory Protection Keys provides a mechanism for enforcing page-based
 | 
| /Linux-v5.15/kernel/ | 
| D | Kconfig.preempt | 66 	  preemptible priority-inheritance aware variants, enforcing
 | 
| /Linux-v5.15/Documentation/userspace-api/ | 
| D | landlock.rst | 27 the thread enforcing it, and its future children.29 Defining and enforcing a security policy
 
 | 
| /Linux-v5.15/Documentation/driver-api/ | 
| D | device_link.rst | 37 enforcing driver presence on the supplier is optional.
 | 
| /Linux-v5.15/Documentation/filesystems/caching/ | 
| D | cachefiles.rst | 377 located elsewhere when SELinux is in enforcing mode, please see::
 | 
| /Linux-v5.15/LICENSES/preferred/ | 
| D | GPL-2.0 | 213 You are not responsible for enforcing compliance by third parties to
 | 
| D | LGPL-2.0 | 355     herein. You are not responsible for enforcing compliance by third
 | 
| D | LGPL-2.1 | 373     herein. You are not responsible for enforcing compliance by third
 | 
| /Linux-v5.15/tools/usb/usbip/ | 
| D | COPYING | 194 You are not responsible for enforcing compliance by third parties to
 | 
| /Linux-v5.15/Documentation/admin-guide/hw-vuln/ | 
| D | l1tf.rst | 533     Disabling SMT and enforcing the L1D flushing provides the maximum
 | 
| /Linux-v5.15/arch/powerpc/ | 
| D | Kconfig | 942 	  Memory Protection Keys provides a mechanism for enforcing
 | 
| /Linux-v5.15/Documentation/scheduler/ | 
| D | sched-deadline.rst | 452  As seen, enforcing that the total utilization is smaller than M does not
 | 
| /Linux-v5.15/Documentation/filesystems/ | 
| D | fsverity.rst | 31 tree root hash) that fs-verity is enforcing for the file.  This ioctl
 |