/Linux-v5.4/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 | 229 if (profile->secmark[i].deny) in aa_secmark_perm() 230 perms.deny = ALL_PERMS_MASK; in aa_secmark_perm()
|
D | policy_unpack.c | 590 if (!unpack_u8(e, &profile->secmark[i].deny, NULL)) in unpack_secmark()
|
/Linux-v5.4/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 | 571 static __be32 nfs4_file_check_deny(struct nfs4_file *fp, u32 deny) in nfs4_file_check_deny() argument 574 if (deny) { in nfs4_file_check_deny() 576 if (deny & ~NFS4_SHARE_DENY_BOTH) in nfs4_file_check_deny() 579 if ((deny & NFS4_SHARE_DENY_READ) && in nfs4_file_check_deny() 583 if ((deny & NFS4_SHARE_DENY_WRITE) && in nfs4_file_check_deny() 1152 set_deny(u32 deny, struct nfs4_ol_stateid *stp) in set_deny() argument 1154 unsigned char mask = 1 << deny; in set_deny() 1156 WARN_ON_ONCE(deny > NFS4_SHARE_DENY_BOTH); in set_deny() 1162 clear_deny(u32 deny, struct nfs4_ol_stateid *stp) in clear_deny() argument 1164 unsigned char mask = 1 << deny; in clear_deny() [all …]
|
/Linux-v5.4/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.4/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.4/Documentation/ABI/stable/ |
D | o2cb | 7 and can be written into with the strings "allow", "deny", or
|
/Linux-v5.4/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 | 1365 struct prism2sta_accesslist deny; /* Denied station list. */ member
|
/Linux-v5.4/security/selinux/ |
D | Kconfig | 55 kernel will start in permissive mode (log everything, deny nothing)
|
/Linux-v5.4/drivers/staging/rtl8723bs/core/ |
D | rtw_pwrctrl.c | 1394 u32 deny; in rtw_ps_deny_get() local 1397 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get() 1399 return deny; in rtw_ps_deny_get()
|
/Linux-v5.4/Documentation/usb/ |
D | authorization.rst | 101 There is a similar approach to allow or deny specific USB interfaces.
|
/Linux-v5.4/Documentation/networking/device_drivers/ |
D | sb1000.txt | 167 6.) I'm getting *tons* of firewall deny messages in the /var/kern.log, 172 and/or portscanning (UDP connection attempts) attacks! Look over the deny
|
/Linux-v5.4/Documentation/bpf/ |
D | prog_cgroup_sysctl.rst | 100 the result to make decision whether to allow or deny access to sysctl.
|
/Linux-v5.4/LICENSES/deprecated/ |
D | GPL-1.0 | 39 anyone to deny you these rights or to ask you to surrender the rights.
|
/Linux-v5.4/Documentation/networking/device_drivers/qlogic/ |
D | LICENSE.qlge | 39 anyone to deny you these rights or to ask you to surrender the rights.
|
D | LICENSE.qlcnic | 39 anyone to deny you these rights or to ask you to surrender the rights.
|
/Linux-v5.4/Documentation/admin-guide/mm/ |
D | transhuge.rst | 264 deny
|
/Linux-v5.4/Documentation/scsi/ |
D | LICENSE.qla2xxx | 41 anyone to deny you these rights or to ask you to surrender the rights.
|
D | LICENSE.qla4xxx | 40 anyone to deny you these rights or to ask you to surrender the rights.
|
/Linux-v5.4/Documentation/filesystems/caching/ |
D | cachefiles.txt | 415 may deny the CacheFiles access to the cache data because under some
|
/Linux-v5.4/drivers/staging/rtl8192u/ |
D | copying | 29 anyone to deny you these rights or to ask you to surrender the rights.
|
/Linux-v5.4/LICENSES/preferred/ |
D | GPL-2.0 | 48 anyone to deny you these rights or to ask you to surrender the rights.
|