Skip to content

Commit

Permalink
Add syscall filtering to xrdp systemd unit
Browse files Browse the repository at this point in the history
  • Loading branch information
iskunk committed May 23, 2023
1 parent 8535f8e commit 67f5576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions instfiles/xrdp.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 sysinfo uname

[Install]
WantedBy=multi-user.target

0 comments on commit 67f5576

Please sign in to comment.