Skip to content

Commit 00c65eb

Browse files
authored
Add AF_UNIX to RestrictAddressFamilies (#35)
AF_UNIX is needed so that cgroup_exporter can get user information from sss.
1 parent bdc4981 commit 00c65eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/rpm/cgroup_exporter.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ProtectHome=yes
1818
ProtectControlGroups=yes
1919
ProtectKernelModules=yes
2020
ProtectKernelTunables=yes
21-
RestrictAddressFamilies=AF_INET AF_INET6
21+
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
2222
RestrictNamespaces=yes
2323
RestrictRealtime=yes
2424
RestrictSUIDSGID=yes

0 commit comments

Comments
 (0)