Updating SystemCall entries in service file to fix armel issues (Closes: #985196).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0154065300
commit
71eb3b273d
1 changed files with 3 additions and 2 deletions
5
debian/haveged.service
vendored
5
debian/haveged.service
vendored
|
@ -26,8 +26,9 @@ RestrictRealtime=true
|
|||
LockPersonality=true
|
||||
MemoryDenyWriteExecute=true
|
||||
SystemCallArchitectures=native
|
||||
SystemCallFilter=@basic-io @file-system @io-event @network-io @signal
|
||||
SystemCallFilter=arch_prctl brk ioctl mprotect sysinfo
|
||||
SystemCallFilter=@system-service
|
||||
SystemCallFilter=~@mount
|
||||
SystemCallErrorNumber=EPERM
|
||||
|
||||
[Install]
|
||||
WantedBy=sysinit.target
|
||||
|
|
Loading…
Add table
Reference in a new issue