Skip to content

Commit

Permalink
Merge pull request #3012 from matt335672/update_syscall_filter
Browse files Browse the repository at this point in the history
Simplify allowed system calls for xrdp
  • Loading branch information
matt335672 authored Apr 12, 2024
2 parents fe0ee0f + e0e9177 commit 0a0a393
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions instfiles/xrdp.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0a0a393

Please sign in to comment.