We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67defee commit e87eb62Copy full SHA for e87eb62
2 files changed
packaging/contextd-rgb.service
@@ -15,6 +15,13 @@ BindReadOnlyPaths=/usr/lib /usr/lib64 /lib /lib64 /etc/ld.so.cache -/etc/context
15
ProtectHome=read-only
16
NoNewPrivileges=yes
17
18
+# Accounting
19
+CPUAccounting=yes
20
+MemoryAccounting=yes
21
+IOAccounting=yes
22
+TasksAccounting=yes
23
+IPAccounting=yes
24
+
25
# Sandboxing & Security
26
ProtectSystem=strict
27
ProtectHostname=yes
packaging/contextd.service
@@ -16,6 +16,13 @@ CapabilityBoundingSet=CAP_SYS_PTRACE CAP_DAC_READ_SEARCH
AmbientCapabilities=CAP_SYS_PTRACE CAP_DAC_READ_SEARCH
28
0 commit comments