mirror of https://github.com/neutrinolabs/xrdp
Merge pull request #3012 from matt335672/update_syscall_filter
Simplify allowed system calls for xrdp
This commit is contained in:
commit
0a0a39380e
|
@ -10,9 +10,7 @@ EnvironmentFile=-@sysconfdir@/sysconfig/xrdp
|
|||
EnvironmentFile=-@sysconfdir@/default/xrdp
|
||||
ExecStart=@sbindir@/xrdp $XRDP_OPTIONS --nodaemon
|
||||
SystemCallArchitectures=native
|
||||
SystemCallFilter=@basic-io @file-system @io-event @ipc @network-io @process
|
||||
SystemCallFilter=@signal @system-service ioctl madvise sysinfo uname
|
||||
SystemCallErrorNumber=EPERM
|
||||
SystemCallFilter=@system-service
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in New Issue