We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b954728 commit 6874c56Copy full SHA for 6874c56
systemd/gssproxy.service.in
@@ -54,7 +54,10 @@ PrivateMounts=yes
54
SystemCallFilter=@system-service
55
SystemCallErrorNumber=EPERM
56
SystemCallArchitectures=native
57
-NoNewPrivileges=yes
+# NoNewPrivileges=yes
58
+# NoNewPrivileges: If it is true, it breaks the ability
59
+# to open a socket under /var/lib/gssproxy when selinux enabled.
60
+# So it is commented out here.
61
CapabilityBoundingSet=CAP_DAC_OVERRIDE
62
IPAddressDeny=any
63
UMask=0177
0 commit comments