Navigation Menu

Skip to content

Commit

Permalink
[sensorfw] Add missing suspend blocking capability to systemd service…
Browse files Browse the repository at this point in the history
…. Fixes JB#48979
  • Loading branch information
mlehtima committed Feb 19, 2020
1 parent e4fd05e commit eca4b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/sensorfwd.service
Expand Up @@ -12,7 +12,7 @@ ExecReload=/bin/kill -HUP $MAINPID
Restart=always
RestartSec=1
# Sandboxing
CapabilityBoundingSet=CAP_DAC_OVERRIDE CAP_FOWNER
CapabilityBoundingSet=CAP_BLOCK_SUSPEND CAP_DAC_OVERRIDE CAP_FOWNER
PrivateNetwork=true
PrivateTmp=yes
ProtectHome=yes
Expand Down

0 comments on commit eca4b19

Please sign in to comment.