Merge pull request #2697 from iskunk/new-3
Add syscall filtering to xrdp systemd unit
This commit is contained in:
commit
1d6997001e
@ -9,6 +9,8 @@ Type=exec
|
||||
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 @signal ioctl madvise sysinfo uname
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user