/linux/security/selinux/ |
H A D | status.c | 56 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()
|
H A D | Kconfig | 35 unless you specify enforcing=1 on the kernel command line. You 36 can interactively toggle the kernel between enforcing mode and
|
H A D | hooks.c | 121 unsigned long enforcing; in enforcing_setup() local 122 if (!kstrtoul(str, 0, &enforcing)) in enforcing_setup() 123 selinux_enforcing_boot = enforcing ? 1 : 0; in enforcing_setup()
|
/linux/security/selinux/include/ |
H A D | security.h | 94 bool enforcing; member 125 return READ_ONCE(selinux_state.enforcing); in enforcing_enabled() 130 WRITE_ONCE(selinux_state.enforcing, value); in enforcing_set() 374 u32 enforcing; /* current setting of enforcing mode */ member 382 extern void selinux_status_update_setenforce(bool enforcing);
|
/linux/Documentation/admin-guide/LSM/ |
H A D | ipe.rst | 197 enforcing the configurable policies at startup, around reading and 285 Deploying a policy will *not* cause IPE to start enforcing the policy. IPE will 319 enforced. This allows users to test policies before enforcing them. 337 …type=1420 audit(1653364370.067:61): ipe_op=EXECUTE ipe_hook=MMAP enforcing=1 pid=2241 comm="ld-lin… 341 …type=1420 audit(1653364735.161:64): ipe_op=EXECUTE ipe_hook=MMAP enforcing=1 pid=2472 comm="mmap_t… 362 | enforcing | integer | No | The current IPE enforcing state 1 is in enforcing mode, 0 is… 460 …type=1404 audit(1653425689.008:55): enforcing=0 old_enforcing=1 auid=4294967295 ses=4294967295 ena… 464 …type=1404 audit(1653425689.008:55): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 ena… 475 | enforcing | integer | No | The enforcing state IPE is being switched to, 1 is in en… 477 … old_enforcing | integer | No | The enforcing state IPE is being switched from, 1 is in …
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-ccp | 39 whether the PSP is enforcing rollback protection. 41 0: Not enforcing
|
/linux/security/landlock/ |
H A D | Kconfig | 10 themselves (and their future children) by gradually enforcing
|
/linux/security/lockdown/ |
H A D | Kconfig | 2 bool "Basic module for enforcing kernel lockdown"
|
/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | hugetlb.rst | 77 doesn't support page reclaim, enforcing the limit at page fault time implies 100 limit, enforcing memory usage at fault time and causing the application to
|
/linux/tools/perf/Documentation/ |
H A D | security.txt | 98 # enforcing - SELinux security policy is enforced. 99 # permissive - SELinux prints warnings instead of enforcing.
|
/linux/security/tomoyo/ |
H A D | Kconfig | 53 enforcing mode from the beginning, you can reduce the possibility of
|
H A D | common.h | 884 struct tomoyo_preference *enforcing; member
|
/linux/Documentation/core-api/ |
H A D | protection-keys.rst | 7 Memory Protection Keys provide a mechanism for enforcing page-based
|
/linux/Documentation/rust/ |
H A D | testing.rst | 65 (thus enforcing they are kept in sync with the code they document) and as well
|
/linux/Documentation/security/ |
H A D | landlock.rst | 42 * Computation related to Landlock operations (e.g. enforcing a ruleset) shall
|
H A D | ipe.rst | 120 integrity is independent of the policy for enforcing that integrity claim.
|
/linux/Documentation/arch/powerpc/ |
H A D | dexcr.rst | 119 the hypervisor is enforcing the aspect be set. To see the true DEXCR state
|
/linux/kernel/ |
H A D | Kconfig.preempt | 96 preemptible priority-inheritance aware variants, enforcing
|
/linux/Documentation/userspace-api/ |
H A D | landlock.rst | 34 the thread enforcing it, and its future children. 47 Defining and enforcing a security policy 405 ABI version at runtime and only enforcing the supported features.
|
/linux/Documentation/trace/coresight/ |
H A D | coresight-config.rst | 294 enforcing the unload order as the strict reverse of the load order.
|
/linux/Documentation/driver-api/ |
H A D | device_link.rst | 37 enforcing driver presence on the supplier is optional.
|
/linux/LICENSES/preferred/ |
H A D | GPL-2.0 | 213 You are not responsible for enforcing compliance by third parties to
|
/linux/tools/usb/usbip/ |
H A D | COPYING | 194 You are not responsible for enforcing compliance by third parties to
|
/linux/Documentation/admin-guide/hw-vuln/ |
H A D | l1tf.rst | 533 Disabling SMT and enforcing the L1D flushing provides the maximum
|
/linux/Documentation/filesystems/caching/ |
H A D | cachefiles.rst | 378 located elsewhere when SELinux is in enforcing mode, please see::
|