From ccead296e615b92afc17daf67447876fb3c122e0 Mon Sep 17 00:00:00 2001 From: Christopher Pitstick Date: Thu, 25 Jan 2024 14:21:55 -0500 Subject: [PATCH] Fix service call filter. --- instfiles/xrdp.service.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/instfiles/xrdp.service.in b/instfiles/xrdp.service.in index 814d4de5..be24535a 100644 --- a/instfiles/xrdp.service.in +++ b/instfiles/xrdp.service.in @@ -10,7 +10,9 @@ 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 +SystemCallFilter=@basic-io @file-system @io-event @ipc @network-io @process +SystemCallFilter=@signal @system-service ioctl madvise sysinfo uname +SystemCallErrorNumber=EPERM [Install] WantedBy=multi-user.target