You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moved standard library paths and inventory bundles 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.
The inventory bundle uses the curl command to see if the host is an AWS instance and if so collects some inventory from a well known API/IP.
As far as I can tell there isn't a need for the vars/classes defined in paths and inventory in components other than agent so this change should be OK.
Ticket: ENT-12954
Changelog: title
0 commit comments