Actions
Bug #35335
closed/etc/pki/katello/certs/katello-server-ca.crt deployed with too strict permissions
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Fixed in Releases:
Found in Releases:
Description
right now, the file is deployed as:
# ls -ld /etc/pki/katello/certs/katello-server-ca.crt -r--r-----. 1 root foreman 2533 Aug 4 13:59 /etc/pki/katello/certs/katello-server-ca.crt
which means it can't be read by users outside the foreman group (and root).
but there is actually nothing private in that file, so we can loosen the restriction a bit
Actions