From 6d952144bd5049a95ea1799648ed4a3ee5ad1e76 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Tue, 1 Sep 2020 17:33:20 +0200 Subject: #3106-1, include @mount in @default insted of all the syscalls --- src/lib/syscall.c | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'src/lib') 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[] = { "@cpu-emulation," "@debug," "@module," + "@mount," "@obsolete," "@raw-io," "@reboot," @@ -297,9 +298,6 @@ static const SyscallGroupList sysgroups[] = { #ifdef SYS_vmsplice "vmsplice," #endif -#ifdef SYS_umount - "umount," -#endif #ifdef SYS_userfaultfd "userfaultfd," #endif @@ -309,27 +307,15 @@ static const SyscallGroupList sysgroups[] = { #ifdef SYS_bpf "bpf," #endif -#ifdef SYS_chroot - "chroot," -#endif -#ifdef SYS_mount - "mount," -#endif #ifdef SYS_nfsservctl "nfsservctl," #endif -#ifdef SYS_pivot_root - "pivot_root," -#endif #ifdef SYS_setdomainname "setdomainname," #endif #ifdef SYS_sethostname "sethostname," #endif -#ifdef SYS_umount2 - "umount2," -#endif #ifdef SYS_vhangup "vhangup" #endif -- cgit v1.2.3-54-g00ecf