|
1 | 1 | POLICY pwn { |
2 | | - ALLOW { |
3 | | - write, execve, brk, access, mmap, open, newfstat, |
4 | | - close, read, mprotect, arch_prctl, munmap, getuid, |
5 | | - getgid, getpid, rt_sigaction, geteuid, getppid, getcwd, |
6 | | - getegid, ioctl, fcntl, newstat, clone, wait4, rt_sigreturn, |
7 | | - exit_group, openat |
8 | | - } |
| 2 | + ALLOW { |
| 3 | + write, execve, brk, access, mmap, open, newfstat, |
| 4 | + close, read, mprotect, arch_prctl, munmap, getuid, |
| 5 | + getgid, getpid, rt_sigaction, geteuid, getppid, getcwd, |
| 6 | + getegid, ioctl, fcntl, newstat, clone, wait4, rt_sigreturn, |
| 7 | + exit_group, openat, setpgid, getpgrp, fadvise64, writev, |
| 8 | + rt_sigprocmask, getrlimit, statfs, getdents, getdents64, |
| 9 | + chdir, set_tid_address, set_robust_list |
| 10 | + } |
9 | 11 | } USE pwn DEFAULT KILL |
0 commit comments