aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2020-09-01 13:17:46 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2020-09-01 13:17:46 -0400
commit52fb58567fa7360cdd0f6631f658f74c7920d0b6 (patch)
treeeffedff40e120a72dfcdb9d3e315af0e07e20537 /src
parentpreprocessor for man pages (diff)
parent#3106-1, include @mount in @default insted of all the syscalls (diff)
downloadfirejail-52fb58567fa7360cdd0f6631f658f74c7920d0b6.tar.gz
firejail-52fb58567fa7360cdd0f6631f658f74c7920d0b6.tar.zst
firejail-52fb58567fa7360cdd0f6631f658f74c7920d0b6.zip
Merge branch 'master' of https://github.com/netblue30/firejail
Diffstat (limited to 'src')
-rw-r--r--src/lib/syscall.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/src/lib/syscall.c b/src/lib/syscall.c
index 2f8ccaed7..4903971ad 100644
--- a/src/lib/syscall.c
+++ b/src/lib/syscall.c
@@ -230,6 +230,7 @@ static const SyscallGroupList sysgroups[] = {
230 "@cpu-emulation," 230 "@cpu-emulation,"
231 "@debug," 231 "@debug,"
232 "@module," 232 "@module,"
233 "@mount,"
233 "@obsolete," 234 "@obsolete,"
234 "@raw-io," 235 "@raw-io,"
235 "@reboot," 236 "@reboot,"
@@ -297,9 +298,6 @@ static const SyscallGroupList sysgroups[] = {
297#ifdef SYS_vmsplice 298#ifdef SYS_vmsplice
298 "vmsplice," 299 "vmsplice,"
299#endif 300#endif
300#ifdef SYS_umount
301 "umount,"
302#endif
303#ifdef SYS_userfaultfd 301#ifdef SYS_userfaultfd
304 "userfaultfd," 302 "userfaultfd,"
305#endif 303#endif
@@ -309,27 +307,15 @@ static const SyscallGroupList sysgroups[] = {
309#ifdef SYS_bpf 307#ifdef SYS_bpf
310 "bpf," 308 "bpf,"
311#endif 309#endif
312#ifdef SYS_chroot
313 "chroot,"
314#endif
315#ifdef SYS_mount
316 "mount,"
317#endif
318#ifdef SYS_nfsservctl 310#ifdef SYS_nfsservctl
319 "nfsservctl," 311 "nfsservctl,"
320#endif 312#endif
321#ifdef SYS_pivot_root
322 "pivot_root,"
323#endif
324#ifdef SYS_setdomainname 313#ifdef SYS_setdomainname
325 "setdomainname," 314 "setdomainname,"
326#endif 315#endif
327#ifdef SYS_sethostname 316#ifdef SYS_sethostname
328 "sethostname," 317 "sethostname,"
329#endif 318#endif
330#ifdef SYS_umount2
331 "umount2,"
332#endif
333#ifdef SYS_vhangup 319#ifdef SYS_vhangup
334 "vhangup" 320 "vhangup"
335#endif 321#endif