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/translations/zh_CN/security/ |
| H A D | ipe.rst | 270 op=READ integrity_verified=NO label=critical_t action=DENY 281 op=READ integrity_verified=NO label=critical_t action=DENY 287 op=EXECUTE action=DENY 289 op=READ integrity_verified=NO label=critical_t action=DENY 295 DEFAULT op=EXECUTE action=DENY 299 op=READ integrity_verified=NO label=critical_t action=DENY
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | ipe.rst | 350 …41 comm="ld-linux.so" path="/deny/lib/libc.so.6" dev="sda2" ino=14549020 rule="DEFAULT action=DENY" 354 …E ipe_hook=MMAP enforcing=1 pid=2472 comm="mmap_test" path=? dev=? ino=? rule="DEFAULT action=DENY" 617 ``DENY``: 733 DEFAULT action=DENY 743 DEFAULT action=DENY 754 DEFAULT action=DENY 756 …verity_roothash=sha256:cd2c5bae7c6c579edaae4353049d58eb5f2e8be0244bf05345bc8e5ed257baff action=DENY 767 DEFAULT action=DENY 777 DEFAULT action=DENY 787 DEFAULT action=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/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/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 | 5275 (action == DENY) && !(bitmap & BIT(i));
|