Skip to content

Commit 4842cfe

Browse files
committed
Moved standard library paths bundle from common to agent type to simplify SELinux policy
This should simplify selinux policy where we want the agent to have broad access but other components like serverd, execd, hub to have more limited access. The paths bundle checks for the existence of many commands and this operation can cause SELinux AVCs. Ticket: ENT12954 Ticket: ENT-12954 Changelog: title
1 parent 2cb3f4d commit 4842cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/paths.cf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Paths bundle (used by other bodies)
22

3-
bundle common paths
3+
bundle agent paths
44
# @brief Defines an array `path` with common paths to standard binaries and
55
# directories as well as classes for defined and existing paths.
66
#

0 commit comments

Comments
 (0)