/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | devices.rst | 25 devices.deny. For instance:: 32 echo a > /sys/fs/cgroup/1/devices.deny 62 a cgroup's devices.deny file, all its children will have that entry removed 75 B deny "c 1:3 rwm", "c 116:2 rwm", "b 3:* rwm" 79 # echo "c 116:* r" > A/devices.deny 120 Allowing or denying all by writing 'a' to devices.allow or devices.deny will
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_reg_whitelist.c | 160 bool deny; in xe_reg_whitelist_print_entry() local 162 deny = val & RING_FORCE_TO_NONPRIV_DENY; in xe_reg_whitelist_print_entry() 193 deny ? "deny" : "allow", in xe_reg_whitelist_print_entry()
|
/linux/scripts/ |
H A D | check-variable-fonts.sh | 91 : ${FONTS_CONF_DENY_VF:=$HOME/deny-vf}
|
/linux/tools/testing/selftests/bpf/ |
H A D | DENYLIST.riscv64 | 1 # riscv64 deny list for BPF CI and local vmtest
|
H A D | README.rst | 32 deny list file, located at ``tools/testing/selftests/bpf/DENYLIST.<arch>``, can 55 that deny lists are not automatically honored.
|
/linux/Documentation/ABI/stable/ |
H A D | o2cb | 7 and can be written into with the strings "allow", "deny", or
|
/linux/security/apparmor/ |
H A D | net.c | 241 if (rules->secmark[i].deny) in aa_secmark_perm() 242 perms.deny = ALL_PERMS_MASK; in aa_secmark_perm()
|
/linux/Documentation/ABI/obsolete/ |
H A D | o2cb | 7 and can be written into with the strings "allow", "deny", or
|
/linux/tools/testing/selftests/net/tcp_ao/ |
H A D | Makefile | 4 TEST_BOTH_AF += connect-deny
|
/linux/Documentation/userspace-api/ |
H A D | check_exec.rst | 96 should always deny such execution if ``SECBIT_EXEC_DENY_INTERACTIVE`` is set. 127 Always interpret scripts, but deny arbitrary user commands. 136 Deny script interpretation if they are not executable, and also deny
|
/linux/fs/nfsd/ |
H A D | nfs4state.c | 474 set_deny(u32 deny, struct nfs4_ol_stateid *stp) in set_deny() argument 476 unsigned char mask = 1 << deny; in set_deny() 478 WARN_ON_ONCE(deny > NFS4_SHARE_DENY_BOTH); in set_deny() 484 clear_deny(u32 deny, struct nfs4_ol_stateid *stp) in clear_deny() argument 486 unsigned char mask = 1 << deny; in clear_deny() 488 WARN_ON_ONCE(deny > NFS4_SHARE_DENY_BOTH); in clear_deny() 494 test_deny(u32 deny, struct nfs4_ol_stateid *stp) in test_deny() argument 496 unsigned char mask = 1 << deny; in test_deny() 793 static __be32 nfs4_file_check_deny(struct nfs4_file *fp, u32 deny) in nfs4_file_check_deny() argument 796 if (deny) { in nfs4_file_check_deny() [all …]
|
/linux/fs/smb/server/ |
H A D | smbacl.h | 53 u32 deny; member
|
/linux/security/apparmor/include/ |
H A D | net.h | 88 u8 deny; member
|
/linux/security/selinux/ |
H A D | Kconfig | 34 kernel will start in permissive mode (log everything, deny nothing)
|
/linux/Documentation/usb/ |
H A D | authorization.rst | 98 There is a similar approach to allow or deny specific USB interfaces.
|
/linux/Documentation/networking/device_drivers/cable/ |
H A D | sb1000.rst | 179 6. I'm getting *tons* of firewall deny messages in the /var/kern.log, 185 and/or portscanning (UDP connection attempts) attacks! Look over the deny
|
/linux/Documentation/bpf/ |
H A D | prog_cgroup_sysctl.rst | 100 the result to make decision whether to allow or deny access to sysctl.
|
/linux/Documentation/admin-guide/mm/ |
H A D | transhuge.rst | 333 ``never``, ``deny``, and ``force``). 404 deny 426 The options 'force' and 'deny' are dropped for the individual sizes, which
|
/linux/Documentation/security/ |
H A D | snp-tdx-threat-model.rst | 183 The host retains full control over the CoCo guest resources, and can deny
|
/linux/Documentation/admin-guide/LSM/ |
H A D | ipe.rst | 118 authorization criteria, IPE will deny its execution. Additionally, IPE 337 …e_op=EXECUTE ipe_hook=MMAP enforcing=1 pid=2241 comm="ld-linux.so" path="/deny/lib/libc.so.6" dev=…
|
/linux/LICENSES/deprecated/ |
H A D | GPL-1.0 | 39 anyone to deny you these rights or to ask you to surrender the rights.
|
/linux/LICENSES/preferred/ |
H A D | GPL-2.0 | 48 anyone to deny you these rights or to ask you to surrender the rights.
|
/linux/tools/usb/usbip/ |
H A D | COPYING | 29 anyone to deny you these rights or to ask you to surrender the rights.
|
/linux/Documentation/filesystems/caching/ |
H A D | cachefiles.rst | 395 may deny the CacheFiles access to the cache data because under some
|
/linux/Documentation/sound/ |
H A D | alsa-configuration.rst | 1063 Enable / disable power-management deny-list (default = look up PM 1064 deny-list, 0 = skip PM deny-list, 1 = force to turn off runtime PM)
|