Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pacman
Pacman Contrib
Commits
7b899baf
Commit
7b899baf
authored
Dec 07, 2021
by
Daniel M. Capella
Browse files
Merge branch 'pacchash.service-fix' into 'master'
fix paccache.service Closes
#2
See merge request
!3
parents
871ffc94
047c87c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/paccache.service.in
View file @
7b899baf
...
...
@@ -8,7 +8,6 @@ ExecStart=@bindir@/paccache -r
OOMScoreAdjust=1000
Nice=19
CPUSchedulingPolicy=idle
CPUSchedulingPriority=1
IOSchedulingClass=idle
IOSchedulingPriority=7
# Sandboxing and other hardening
...
...
@@ -28,7 +27,7 @@ ProtectKernelTunables=yes
ProtectKernelModules=yes
ProtectKernelLogs=yes
ProtectControlGroups=yes
RestrictAddressFamilies=
AF_UNIX
RestrictAddressFamilies=
none
RestrictNamespaces=yes
LockPersonality=yes
MemoryDenyWriteExecute=yes
...
...
@@ -36,5 +35,5 @@ RestrictRealtime=yes
RestrictSUIDSGID=yes
RemoveIPC=yes
PrivateMounts=yes
SystemCallFilter=@file-system
SystemCallFilter=
@system-service
@file-system
SystemCallArchitectures=native
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment