Searched refs:DENY (Results 1 – 8 of 8) sorted by relevance
/linux/samples/seccomp/ |
H A D | bpf-fancy.c | 42 DENY, /* Don't passthrough into a label */ in main() 46 JNE(STDIN_FILENO, DENY), in main() 48 JNE((unsigned long)buf, DENY), in main() 50 JGE(sizeof(buf), DENY), in main() 57 DENY, in main() 64 DENY, in main() 69 DENY, in main() 74 DENY, in main() 79 DENY, in main()
|
H A D | bpf-helper.h | 47 #define DENY \ macro
|
/linux/Documentation/filesystems/nfs/ |
H A D | reexport.rst | 103 Open DENY bits ignored 106 NFS since NFSv4 supports ALLOW and DENY bits taken from Windows, which
|
/linux/Documentation/admin-guide/LSM/ |
H A D | ipe.rst | 337 …41 comm="ld-linux.so" path="/deny/lib/libc.so.6" dev="sda2" ino=14549020 rule="DEFAULT action=DENY" 341 …E ipe_hook=MMAP enforcing=1 pid=2472 comm="mmap_test" path=? dev=? ino=? rule="DEFAULT action=DENY" 573 ``DENY``: 689 DEFAULT action=DENY 699 DEFAULT action=DENY 710 DEFAULT action=DENY 712 …verity_roothash=sha256:cd2c5bae7c6c579edaae4353049d58eb5f2e8be0244bf05345bc8e5ed257baff action=DENY 723 DEFAULT action=DENY 733 DEFAULT action=DENY 743 DEFAULT action=DENY
|
/linux/Documentation/virt/kvm/devices/ |
H A D | vcpu.rst | 93 @action is DENY, global DENY if the first @action is ALLOW). Multiple ranges 99 filter for event range [0:10) as the first filter and then applying a DENY
|
/linux/Documentation/security/ |
H A D | ipe.rst | 310 op=READ integrity_verified=NO label=critical_t action=DENY 322 op=READ integrity_verified=NO label=critical_t action=DENY 328 op=EXECUTE action=DENY 330 op=READ integrity_verified=NO label=critical_t action=DENY 337 DEFAULT op=EXECUTE action=DENY 341 op=READ integrity_verified=NO label=critical_t action=DENY
|
/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | devices.rst | 126 device cgroups is implemented internally using a behavior (ALLOW, DENY) and a
|
/linux/Documentation/virt/kvm/ |
H A D | api.rst | 5225 (action == DENY) && !(bitmap & BIT(i));
|