/Linux-v5.15/security/apparmor/ |
D | lib.c | 350 accum->deny |= addend->deny; in aa_perms_accum_raw() 351 accum->allow &= addend->allow & ~addend->deny; in aa_perms_accum_raw() 356 accum->complain |= addend->complain & ~addend->allow & ~addend->deny; in aa_perms_accum_raw() 357 accum->cond |= addend->cond & ~addend->allow & ~addend->deny; in aa_perms_accum_raw() 359 accum->prompt |= addend->prompt & ~addend->allow & ~addend->deny; in aa_perms_accum_raw() 369 accum->deny |= addend->deny; in aa_perms_accum() 370 accum->allow &= addend->allow & ~accum->deny; in aa_perms_accum() 375 accum->complain |= addend->complain & ~accum->allow & ~accum->deny; in aa_perms_accum() 376 accum->cond |= addend->cond & ~accum->allow & ~accum->deny; in aa_perms_accum() 378 accum->prompt |= addend->prompt & ~accum->allow & ~accum->deny; in aa_perms_accum() [all …]
|
D | net.c | 231 if (profile->secmark[i].deny) in aa_secmark_perm() 232 perms.deny = ALL_PERMS_MASK; in aa_secmark_perm()
|
D | policy_unpack.c | 593 if (!unpack_u8(e, &profile->secmark[i].deny, NULL)) in unpack_secmark()
|
D | apparmorfs.c | 798 perms.allow, perms.deny, perms.audit, perms.quiet); in query_label()
|
/Linux-v5.15/fs/nfsd/ |
D | nfs4acl.c | 239 unsigned short deny; in _posix_to_nfsv4_one() local 250 deny = ~pas.owner; in _posix_to_nfsv4_one() 255 deny &= pas.users | pas.group | pas.groups | pas.other; in _posix_to_nfsv4_one() 256 if (deny) { in _posix_to_nfsv4_one() 259 ace->access_mask = deny_mask_from_posix(deny, flags); in _posix_to_nfsv4_one() 274 deny = ~(pa->e_perm & pas.mask); in _posix_to_nfsv4_one() 275 deny &= pas.groups | pas.group | pas.other; in _posix_to_nfsv4_one() 276 if (deny) { in _posix_to_nfsv4_one() 279 ace->access_mask = deny_mask_from_posix(deny, flags); in _posix_to_nfsv4_one() 327 deny = ~pas.group & pas.other; in _posix_to_nfsv4_one() [all …]
|
D | nfs4state.c | 420 set_deny(u32 deny, struct nfs4_ol_stateid *stp) in set_deny() argument 422 unsigned char mask = 1 << deny; in set_deny() 424 WARN_ON_ONCE(deny > NFS4_SHARE_DENY_BOTH); in set_deny() 430 clear_deny(u32 deny, struct nfs4_ol_stateid *stp) in clear_deny() argument 432 unsigned char mask = 1 << deny; in clear_deny() 434 WARN_ON_ONCE(deny > NFS4_SHARE_DENY_BOTH); in clear_deny() 440 test_deny(u32 deny, struct nfs4_ol_stateid *stp) in test_deny() argument 442 unsigned char mask = 1 << deny; in test_deny() 703 static __be32 nfs4_file_check_deny(struct nfs4_file *fp, u32 deny) in nfs4_file_check_deny() argument 706 if (deny) { in nfs4_file_check_deny() [all …]
|
/Linux-v5.15/Documentation/admin-guide/cgroup-v1/ |
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-v5.15/security/apparmor/include/ |
D | perms.h | 70 u32 deny; /* explicit deny, or conflict if allow also set */ member 151 u32 request, int type, u32 *deny,
|
D | net.h | 84 u8 deny; member
|
/Linux-v5.15/Documentation/ABI/stable/ |
D | o2cb | 7 and can be written into with the strings "allow", "deny", or
|
/Linux-v5.15/drivers/staging/wlan-ng/ |
D | prism2sta.c | 1629 if (hw->deny.modify == 0) { in prism2sta_inf_authreq_defer() 1630 cnt = hw->deny.cnt; in prism2sta_inf_authreq_defer() 1631 addr = hw->deny.addr[0]; in prism2sta_inf_authreq_defer() 1633 cnt = hw->deny.cnt1; in prism2sta_inf_authreq_defer() 1634 addr = hw->deny.addr1[0]; in prism2sta_inf_authreq_defer()
|
D | hfa384x.h | 1354 struct prism2sta_accesslist deny; /* Denied station list. */ member
|
/Linux-v5.15/fs/ksmbd/ |
D | smbacl.h | 161 u32 deny; member
|
/Linux-v5.15/Documentation/usb/ |
D | authorization.rst | 101 There is a similar approach to allow or deny specific USB interfaces.
|
/Linux-v5.15/security/selinux/ |
D | Kconfig | 58 kernel will start in permissive mode (log everything, deny nothing)
|
/Linux-v5.15/Documentation/networking/device_drivers/cable/ |
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-v5.15/Documentation/bpf/ |
D | prog_cgroup_sysctl.rst | 100 the result to make decision whether to allow or deny access to sysctl.
|
/Linux-v5.15/LICENSES/deprecated/ |
D | GPL-1.0 | 39 anyone to deny you these rights or to ask you to surrender the rights.
|
/Linux-v5.15/Documentation/admin-guide/mm/ |
D | transhuge.rst | 271 deny
|
/Linux-v5.15/Documentation/filesystems/caching/ |
D | cachefiles.rst | 394 may deny the CacheFiles access to the cache data because under some
|
/Linux-v5.15/LICENSES/preferred/ |
D | GPL-2.0 | 48 anyone to deny you these rights or to ask you to surrender the rights.
|
D | LGPL-2.0 | 46 deny you these rights or to ask you to surrender the rights. These
|
D | LGPL-2.1 | 50 distributors to deny you these rights or to ask you to surrender these
|
/Linux-v5.15/tools/usb/usbip/ |
D | COPYING | 29 anyone to deny you these rights or to ask you to surrender the rights.
|
/Linux-v5.15/Documentation/driver-api/gpio/ |
D | driver.rst | 564 resource (a certain GPIO line and register for example) it needs to deny
|