-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathlibreoffice-whitelist.seccomp
120 lines (119 loc) · 1.75 KB
/
libreoffice-whitelist.seccomp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
SO_REUSEPORT=15
SOL_NETLINK=270
NETLINK_PKTINFO=3
recvmsg:1
poll:1
writev:1
lstat:1
access:1
open:1
futex: arg1 == 129 || arg1 == 128 || arg1 == 393 || arg1 == 133 || arg1 == 132 || arg1 == 0 || arg1 == 1 || arg1 == 137
read:1
close:1
fstat:1
pread64:1
write:1
mmap:1
stat:1
munmap:1
mprotect:1
lseek:1
recvfrom:1
getuid:1
brk:1
getdents:1
mkdir:1
getcwd:1
pwrite64:1
fcntl: arg1 == 0 || arg1 == 2 || arg1 == 1 || arg1 == 3 || arg1 == 4 || arg1 == 6 || arg1 == 7
fstatfs:1
uname:1
clone:1
madvise:1
set_robust_list:1
sendmsg:1
rt_sigaction:1
ioctl: arg1 == 21505 || arg1 == 21523
exit:1
unlink:1
rename:1
fsync:1
socket: arg0 == AF_UNIX || arg0 == AF_INET || arg0 == AF_INET6 || (arg0 == AF_NETLINK && arg2 == 0)
eventfd2:1
connect:1
dup2:1
fallocate:1
clock_gettime:1
getrandom:1
chmod:1
fadvise64:1
inotify_rm_watch:1
kill:1
rt_sigreturn:1
execve:1
statfs:1
getpeername:1
getresgid:1
newfstatat:1
readlink:1
epoll_create1:1
sched_yield:1
shmctl:1
ppoll:1
capget:1
geteuid:1
shutdown:1
getgid:1
getppid:1
exit_group:1
wait4:1
openat:1
bind:1
setrlimit:1
mremap:1
getresuid:1
fchdir:1
link:1
chdir:1
getegid:1
sysinfo:1
pipe2:1
sched_getaffinity:1
symlink:1
lgetxattr:1
sendto:1
shmat:1
epoll_ctl:1
listen:1
mincore:1
accept:1
select:1
ftruncate:1
sigaltstack:1
socketpair:1
faccessat:1
getrlimit:1
setsockopt: (arg1 == SOL_SOCKET && (arg2 == SO_REUSEADDR || arg2 == SO_REUSEPORT)) || (arg1 == SOL_TCP && (arg2 == TCP_NODELAY)) || (arg1 == SOL_NETLINK && (arg2 == NETLINK_PKTINFO))
shmget:1
epoll_wait:1
restart_syscall:1
setsid:1
rmdir:1
getsockname:1
clock_getres:1
getrusage:1
pipe:1
prctl: arg0 == 15
accept4:1
getsockopt:1
set_tid_address:1
gettid:1
getpid:1
inotify_init1:1
rt_sigprocmask:1
nanosleep:1
inotify_add_watch:1
arch_prctl:1
shmdt:1
clock_gettime: 1
gettimeofday: 1