| /linux-6.15/security/apparmor/include/ |
| H A D | perms.h | 71 u32 deny; /* explicit deny, or conflict if allow also set */ member 110 accum->deny |= addend->deny; in aa_perms_accum_raw() 111 accum->allow &= addend->allow & ~addend->deny; in aa_perms_accum_raw() 116 accum->cond |= addend->cond & ~addend->allow & ~addend->deny; in aa_perms_accum_raw() 118 accum->prompt |= addend->prompt & ~addend->allow & ~addend->deny; in aa_perms_accum_raw() 119 accum->subtree |= addend->subtree & ~addend->deny; in aa_perms_accum_raw() 137 accum->deny |= addend->deny; in aa_perms_accum() 138 accum->allow &= addend->allow & ~accum->deny; in aa_perms_accum() 143 accum->cond |= addend->cond & ~accum->allow & ~accum->deny; in aa_perms_accum() 145 accum->prompt |= addend->prompt & ~accum->allow & ~accum->deny; in aa_perms_accum() [all …]
|
| H A D | net.h | 88 u8 deny; member
|
| /linux-6.15/fs/nfsd/ |
| H A D | nfs4acl.c | 237 unsigned short deny; in _posix_to_nfsv4_one() local 248 deny = ~pas.owner; in _posix_to_nfsv4_one() 254 if (deny) { in _posix_to_nfsv4_one() 274 if (deny) { in _posix_to_nfsv4_one() 326 if (deny) { in _posix_to_nfsv4_one() 338 deny &= pas.other; in _posix_to_nfsv4_one() 339 if (deny) { in _posix_to_nfsv4_one() 421 u32 deny; member 580 a->aces[i].perms.deny = state->everyone.deny; in find_uid() 597 a->aces[i].perms.deny = state->everyone.deny; in find_gid() [all …]
|
| H A D | nfs4state.c | 476 unsigned char mask = 1 << deny; in set_deny() 486 unsigned char mask = 1 << deny; in clear_deny() 496 unsigned char mask = 1 << deny; in test_deny() 796 if (deny) { in nfs4_file_check_deny() 1438 if ((i & deny) != i) { in reset_union_bmap_deny() 2874 unsigned int access, deny; in nfs4_show_open() local 7864 if (!deny->ld_owner.data) in nfs4_set_lock_denied() 7870 deny->ld_owner.len = 0; in nfs4_set_lock_denied() 7871 deny->ld_owner.data = NULL; in nfs4_set_lock_denied() 8358 kfree(deny->ld_owner.data); in nfsd4_lock_release() [all …]
|
| /linux-6.15/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-6.15/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-6.15/scripts/ |
| H A D | check-variable-fonts.sh | 91 : ${FONTS_CONF_DENY_VF:=$HOME/deny-vf}
|
| /linux-6.15/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-6.15/Documentation/ABI/stable/ |
| H A D | o2cb | 7 and can be written into with the strings "allow", "deny", or
|
| /linux-6.15/Documentation/ABI/obsolete/ |
| H A D | o2cb | 7 and can be written into with the strings "allow", "deny", or
|
| /linux-6.15/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()
|
| H A D | policy_unpack.c | 585 if (!unpack_u8(e, &rules->secmark[i].deny, NULL)) in unpack_secmark() 656 aa_unpack_u32(e, &perm->deny, NULL) && in unpack_perm() 1195 if (perm->allow & perm->deny) in verify_perm() 1199 if (perm->cond & (perm->allow | perm->deny)) in verify_perm() 1203 if (perm->complain & (perm->allow | perm->deny)) in verify_perm() 1205 if (perm->prompt & (perm->allow | perm->deny)) in verify_perm()
|
| H A D | lib.c | 309 u32 denied = request & (~perms->allow | perms->deny); in aa_check_perms()
|
| /linux-6.15/tools/testing/selftests/net/tcp_ao/ |
| H A D | Makefile | 4 TEST_BOTH_AF += connect-deny
|
| /linux-6.15/fs/smb/server/ |
| H A D | smbacl.h | 53 u32 deny; member
|
| /linux-6.15/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-6.15/Documentation/devicetree/bindings/soc/renesas/ |
| H A D | renesas,rzg2l-sysc.yaml | 36 - description: CA55 ACE Asynchronous Bridge Master/Slave interface deny request interrupt
|
| /linux-6.15/security/selinux/ |
| H A D | Kconfig | 34 kernel will start in permissive mode (log everything, deny nothing)
|
| /linux-6.15/Documentation/ |
| H A D | Makefile | 33 FONTS_CONF_DENY_VF ?= $(HOME)/deny-vf
|
| /linux-6.15/Documentation/usb/ |
| H A D | authorization.rst | 98 There is a similar approach to allow or deny specific USB interfaces.
|
| /linux-6.15/Documentation/bpf/ |
| H A D | prog_cgroup_sysctl.rst | 100 the result to make decision whether to allow or deny access to sysctl.
|
| /linux-6.15/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-6.15/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-6.15/Documentation/filesystems/ |
| H A D | tmpfs.rst | 126 be used to deny huge pages on all tmpfs mounts in an emergency, or to
|