/linux-6.3-rc2/security/apparmor/include/ |
A D | perms.h | 68 u32 deny; /* explicit deny, or conflict if allow also set */ member 107 accum->deny |= addend->deny; in aa_perms_accum_raw() 108 accum->allow &= addend->allow & ~addend->deny; in aa_perms_accum_raw() 113 accum->cond |= addend->cond & ~addend->allow & ~addend->deny; in aa_perms_accum_raw() 116 accum->subtree |= addend->subtree & ~addend->deny; in aa_perms_accum_raw() 134 accum->deny |= addend->deny; in aa_perms_accum() 135 accum->allow &= addend->allow & ~accum->deny; in aa_perms_accum() 140 accum->cond |= addend->cond & ~accum->allow & ~accum->deny; in aa_perms_accum() 142 accum->prompt |= addend->prompt & ~accum->allow & ~accum->deny; in aa_perms_accum() 143 accum->subtree &= addend->subtree & ~accum->deny; in aa_perms_accum() [all …]
|
A D | net.h | 85 u8 deny; member
|
/linux-6.3-rc2/fs/nfsd/ |
A D | nfs4acl.c | 239 unsigned short deny; in _posix_to_nfsv4_one() local 250 deny = ~pas.owner; in _posix_to_nfsv4_one() 256 if (deny) { in _posix_to_nfsv4_one() 276 if (deny) { in _posix_to_nfsv4_one() 328 if (deny) { in _posix_to_nfsv4_one() 340 deny &= pas.other; in _posix_to_nfsv4_one() 341 if (deny) { in _posix_to_nfsv4_one() 423 u32 deny; member 583 a->aces[i].perms.deny = state->everyone.deny; in find_uid() 600 a->aces[i].perms.deny = state->everyone.deny; in find_gid() [all …]
|
A D | nfs4state.c | 473 unsigned char mask = 1 << deny; in set_deny() 483 unsigned char mask = 1 << deny; in clear_deny() 493 unsigned char mask = 1 << deny; in test_deny() 800 if (deny) { in nfs4_file_check_deny() 1403 if ((i & deny) != i) { in reset_union_bmap_deny() 2607 unsigned int access, deny; in nfs4_show_open() local 7158 if (!deny->ld_owner.data) in nfs4_set_lock_denied() 7164 deny->ld_owner.len = 0; in nfs4_set_lock_denied() 7165 deny->ld_owner.data = NULL; in nfs4_set_lock_denied() 7167 deny->ld_clientid.cl_id = 0; in nfs4_set_lock_denied() [all …]
|
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/ |
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.3-rc2/security/apparmor/ |
A D | lib.c | 351 u32 request, int type, u32 *deny, in aa_profile_label_perm() argument 365 *deny |= request & perms.deny; in aa_profile_label_perm() 392 u32 denied = request & (~perms->allow | perms->deny); in aa_check_perms()
|
A D | net.c | 236 if (rules->secmark[i].deny) in aa_secmark_perm() 237 perms.deny = ALL_PERMS_MASK; in aa_secmark_perm()
|
A D | policy_unpack.c | 582 if (!unpack_u8(e, &rules->secmark[i].deny, NULL)) in unpack_secmark() 650 aa_unpack_u32(e, &perm->deny, NULL) && in unpack_perm() 1161 if (perm->allow & perm->deny) in verify_perm() 1165 if (perm->cond & (perm->allow | perm->deny)) in verify_perm() 1169 if (perm->complain & (perm->allow | perm->deny)) in verify_perm() 1171 if (perm->prompt & (perm->allow | perm->deny)) in verify_perm()
|
/linux-6.3-rc2/rust/alloc/ |
A D | lib.rs | 70 test(no_crate_inject, attr(allow(unused_variables), deny(warnings))) 84 #![deny(unsafe_op_in_unsafe_fn)]
|
/linux-6.3-rc2/Documentation/ABI/stable/ |
A D | o2cb | 7 and can be written into with the strings "allow", "deny", or
|
/linux-6.3-rc2/Documentation/ABI/obsolete/ |
A D | o2cb | 7 and can be written into with the strings "allow", "deny", or
|
/linux-6.3-rc2/Documentation/devicetree/bindings/soc/renesas/ |
A D | renesas,rzg2l-sysc.yaml | 35 - description: CA55 ACE Asynchronous Bridge Master/Slave interface deny request interrupt
|
/linux-6.3-rc2/drivers/staging/wlan-ng/ |
A D | prism2sta.c | 1631 if (hw->deny.modify == 0) { in prism2sta_inf_authreq_defer() 1632 cnt = hw->deny.cnt; in prism2sta_inf_authreq_defer() 1633 addr = hw->deny.addr[0]; in prism2sta_inf_authreq_defer() 1635 cnt = hw->deny.cnt1; in prism2sta_inf_authreq_defer() 1636 addr = hw->deny.addr1[0]; in prism2sta_inf_authreq_defer()
|
A D | hfa384x.h | 1183 struct prism2sta_accesslist deny; /* Denied station list. */ member
|
/linux-6.3-rc2/fs/ksmbd/ |
A D | smbacl.h | 162 u32 deny; member
|
/linux-6.3-rc2/Documentation/usb/ |
A D | authorization.rst | 101 There is a similar approach to allow or deny specific USB interfaces.
|
/linux-6.3-rc2/security/selinux/ |
A D | Kconfig | 58 kernel will start in permissive mode (log everything, deny nothing)
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
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.3-rc2/Documentation/networking/device_drivers/cable/ |
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-6.3-rc2/Documentation/bpf/ |
A D | prog_cgroup_sysctl.rst | 100 the result to make decision whether to allow or deny access to sysctl.
|
/linux-6.3-rc2/LICENSES/deprecated/ |
A D | GPL-1.0 | 39 anyone to deny you these rights or to ask you to surrender the rights.
|
/linux-6.3-rc2/Documentation/admin-guide/mm/ |
A D | transhuge.rst | 276 deny
|
/linux-6.3-rc2/tools/usb/usbip/ |
A D | COPYING | 29 anyone to deny you these rights or to ask you to surrender the rights.
|
/linux-6.3-rc2/LICENSES/preferred/ |
A D | GPL-2.0 | 48 anyone to deny you these rights or to ask you to surrender the rights.
|
/linux-6.3-rc2/Documentation/filesystems/caching/ |
A D | cachefiles.rst | 395 may deny the CacheFiles access to the cache data because under some
|