Skip to content

Commit

Permalink
Merge pull request #2697 from iskunk/new-3
Browse files Browse the repository at this point in the history
Add syscall filtering to xrdp systemd unit
  • Loading branch information
matt335672 authored Jul 31, 2023
2 parents 463cd8a + 9bf78e4 commit 1d69970
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 ioctl madvise sysinfo uname

[Install]
WantedBy=multi-user.target

0 comments on commit 1d69970

Please sign in to comment.