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 fe54ad1 commit b34fb42Copy full SHA for b34fb42
backlightd.service
@@ -6,14 +6,15 @@ Type=simple
6
Restart=always
7
ExecStart=/usr/bin/backlightd
8
ProtectSystem=strict
9
+ReadWritePaths=/var/cache /run
10
ProtectHome=tmpfs
11
PrivateTmp=true
12
ProtectKernelTunables=true
13
ProtectKernelModules=true
14
ProtectKernelLogs=true
15
ProtectControlGroups=true
16
MemoryDenyWriteExecute=true
-RestrictAddressFamilies=AF_UNIX
17
+RestrictAddressFamilies=AF_INET AF_UNIX
18
SocketBindDeny=ipv4:tcp
19
SocketBindDeny=ipv4:udp
20
SocketBindDeny=ipv6:tcp
0 commit comments