| /Linux-v5.10/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 | 285 	int enforcing;  in sel_write_disable()  local310 		enforcing = enforcing_enabled(fsi->state);  in sel_write_disable()
 317 			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.10/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()
 423 	u32	enforcing;	/* current setting of enforcing mode */  member
 432 					     int enforcing);
 
 | 
| /Linux-v5.10/security/lockdown/ | 
| D | Kconfig | 2 	bool "Basic module for enforcing kernel lockdown"
 | 
| /Linux-v5.10/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.10/kernel/ | 
| D | Kconfig.preempt | 65 	  preemptible priority-inheritance aware variants, enforcing
 | 
| /Linux-v5.10/tools/perf/Documentation/ | 
| D | security.txt | 98    #     enforcing - SELinux security policy is enforced.99    #     permissive - SELinux prints warnings instead of enforcing.
 
 | 
| /Linux-v5.10/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.10/Documentation/core-api/ | 
| D | protection-keys.rst | 16 Memory Protection Keys provides a mechanism for enforcing page-based
 | 
| /Linux-v5.10/Documentation/driver-api/ | 
| D | device_link.rst | 37 enforcing driver presence on the supplier is optional.
 | 
| /Linux-v5.10/Documentation/filesystems/caching/ | 
| D | cachefiles.rst | 377 located elsewhere when SELinux is in enforcing mode, please see::
 | 
| /Linux-v5.10/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.10/tools/usb/usbip/ | 
| D | COPYING | 194 You are not responsible for enforcing compliance by third parties to
 | 
| /Linux-v5.10/Documentation/admin-guide/hw-vuln/ | 
| D | l1tf.rst | 533     Disabling SMT and enforcing the L1D flushing provides the maximum
 | 
| /Linux-v5.10/arch/powerpc/ | 
| D | Kconfig | 961 	  Memory Protection Keys provides a mechanism for enforcing
 | 
| /Linux-v5.10/Documentation/filesystems/ | 
| D | fsverity.rst | 31 that fs-verity is enforcing for the file.  This ioctl executes in
 | 
| /Linux-v5.10/Documentation/scheduler/ | 
| D | sched-deadline.rst | 452  As seen, enforcing that the total utilization is smaller than M does not
 | 
| /Linux-v5.10/Documentation/networking/ | 
| D | filter.rst | 1246 As well as range-checking, the tracked information is also used for enforcing
 | 
| /Linux-v5.10/Documentation/admin-guide/ | 
| D | kernel-parameters.txt | 1323 	enforcing	[SELINUX] Set initial enforcing status.1327 			1 -- enforcing (deny and log).
 
 | 
| /Linux-v5.10/init/ | 
| D | Kconfig | 1050 	  support page reclaim, enforcing the limit at page fault time implies
 |