Home
last modified time | relevance | path

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

12

/linux/security/selinux/
H 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()
H A DKconfig35 unless you specify enforcing=1 on the kernel command line. You
36 can interactively toggle the kernel between enforcing mode and
H A Dhooks.c121 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 Dsecurity.h94 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 Dipe.rst197 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 Dsysfs-driver-ccp39 whether the PSP is enforcing rollback protection.
41 0: Not enforcing
/linux/security/landlock/
H A DKconfig10 themselves (and their future children) by gradually enforcing
/linux/security/lockdown/
H A DKconfig2 bool "Basic module for enforcing kernel lockdown"
/linux/Documentation/admin-guide/cgroup-v1/
H A Dhugetlb.rst77 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 Dsecurity.txt98 # enforcing - SELinux security policy is enforced.
99 # permissive - SELinux prints warnings instead of enforcing.
/linux/security/tomoyo/
H A DKconfig53 enforcing mode from the beginning, you can reduce the possibility of
H A Dcommon.h884 struct tomoyo_preference *enforcing; member
/linux/Documentation/core-api/
H A Dprotection-keys.rst7 Memory Protection Keys provide a mechanism for enforcing page-based
/linux/Documentation/rust/
H A Dtesting.rst65 (thus enforcing they are kept in sync with the code they document) and as well
/linux/Documentation/security/
H A Dlandlock.rst42 * Computation related to Landlock operations (e.g. enforcing a ruleset) shall
H A Dipe.rst120 integrity is independent of the policy for enforcing that integrity claim.
/linux/Documentation/arch/powerpc/
H A Ddexcr.rst119 the hypervisor is enforcing the aspect be set. To see the true DEXCR state
/linux/kernel/
H A DKconfig.preempt96 preemptible priority-inheritance aware variants, enforcing
/linux/Documentation/userspace-api/
H A Dlandlock.rst34 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 Dcoresight-config.rst294 enforcing the unload order as the strict reverse of the load order.
/linux/Documentation/driver-api/
H A Ddevice_link.rst37 enforcing driver presence on the supplier is optional.
/linux/LICENSES/preferred/
H A DGPL-2.0213 You are not responsible for enforcing compliance by third parties to
/linux/tools/usb/usbip/
H A DCOPYING194 You are not responsible for enforcing compliance by third parties to
/linux/Documentation/admin-guide/hw-vuln/
H A Dl1tf.rst533 Disabling SMT and enforcing the L1D flushing provides the maximum
/linux/Documentation/filesystems/caching/
H A Dcachefiles.rst378 located elsewhere when SELinux is in enforcing mode, please see::

12