Home
last modified time | relevance | path

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

12

/linux-6.1.9/security/selinux/
Dstatus.c56 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()
DKconfig59 unless you specify enforcing=1 on the kernel command line. You
60 can interactively toggle the kernel between enforcing mode and
Dselinuxfs.c288 int enforcing; in sel_write_disable() local
315 enforcing = enforcing_enabled(fsi->state); in sel_write_disable()
322 enforcing, enforcing, in sel_write_disable()
Dhooks.c117 unsigned long enforcing; in enforcing_setup() local
118 if (!kstrtoul(str, 0, &enforcing)) in enforcing_setup()
119 selinux_enforcing_boot = enforcing ? 1 : 0; in enforcing_setup()
/linux-6.1.9/security/selinux/include/
Dsecurity.h97 bool enforcing; member
130 return READ_ONCE(state->enforcing); in enforcing_enabled()
135 WRITE_ONCE(state->enforcing, value); in enforcing_set()
442 u32 enforcing; /* current setting of enforcing mode */ member
451 int enforcing);
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-driver-ccp39 whether the PSP is enforcing rollback protection.
41 0: Not enforcing
/linux-6.1.9/security/landlock/
DKconfig9 themselves (and their future children) by gradually enforcing
/linux-6.1.9/security/lockdown/
DKconfig2 bool "Basic module for enforcing kernel lockdown"
/linux-6.1.9/Documentation/admin-guide/cgroup-v1/
Dhugetlb.rst75 doesn't support page reclaim, enforcing the limit at page fault time implies
96 limit, enforcing memory usage at fault time and causing the application to
/linux-6.1.9/tools/perf/Documentation/
Dsecurity.txt98 # enforcing - SELinux security policy is enforced.
99 # permissive - SELinux prints warnings instead of enforcing.
/linux-6.1.9/security/tomoyo/
DKconfig55 enforcing mode from the beginning, you can reduce the possibility of
Dcommon.h884 struct tomoyo_preference *enforcing; member
/linux-6.1.9/Documentation/core-api/
Dprotection-keys.rst7 Memory Protection Keys provide a mechanism for enforcing page-based
/linux-6.1.9/Documentation/security/
Dlandlock.rst42 * Computation related to Landlock operations (e.g. enforcing a ruleset) shall
/linux-6.1.9/Documentation/userspace-api/
Dlandlock.rst34 the thread enforcing it, and its future children.
36 Defining and enforcing a security policy
273 ABI version at runtime and only enforcing the supported features.
/linux-6.1.9/kernel/
DKconfig.preempt77 preemptible priority-inheritance aware variants, enforcing
/linux-6.1.9/Documentation/trace/coresight/
Dcoresight-config.rst294 enforcing the unload order as the strict reverse of the load order.
/linux-6.1.9/Documentation/driver-api/
Ddevice_link.rst37 enforcing driver presence on the supplier is optional.
/linux-6.1.9/Documentation/bpf/
Dverifier.rst192 As well as range-checking, the tracked information is also used for enforcing
/linux-6.1.9/tools/usb/usbip/
DCOPYING194 You are not responsible for enforcing compliance by third parties to
/linux-6.1.9/LICENSES/preferred/
DGPL-2.0213 You are not responsible for enforcing compliance by third parties to
DLGPL-2.1375 herein. You are not responsible for enforcing compliance by third
DLGPL-2.0355 herein. You are not responsible for enforcing compliance by third
/linux-6.1.9/Documentation/admin-guide/hw-vuln/
Dl1tf.rst533 Disabling SMT and enforcing the L1D flushing provides the maximum
/linux-6.1.9/Documentation/filesystems/caching/
Dcachefiles.rst378 located elsewhere when SELinux is in enforcing mode, please see::

12