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
It would be nice to extend the spoc CLI to install apparmor profiles into the local system. The CLI is able to record apparmor profiles either as YAML definition of ApparmorProfile CR or as a raw profile. It also has the capability to distribute the recorded profiles as OCI container images but it misses any installation capability.
Currently for installation, the user still needs to run separately the apparmor_parse tool. It would be great to provide a seamless experience from spoc CLI.
A new install commands can be added either to install a profile for an executable or as a named profile. The CLI can call the exiting ProfileManager interface method InstallProfile.
The remove command can be also implemented in the same fashion.
Why is this needed:
Improve the user experince when installing the apparmor profile on a local system.
User story covered
The text was updated successfully, but these errors were encountered:
ccojocar
changed the title
Support in spoc CLI to install /remove apparmor profiles into the local system
Support in spoc CLI for install /remove apparmor profiles into the local system
Jul 31, 2024
What would you like to be added:
It would be nice to extend the spoc CLI to install apparmor profiles into the local system. The CLI is able to record apparmor profiles either as YAML definition of ApparmorProfile CR or as a raw profile. It also has the capability to distribute the recorded profiles as OCI container images but it misses any installation capability.
Currently for installation, the user still needs to run separately the
apparmor_parse
tool. It would be great to provide a seamless experience from spoc CLI.A new
install
commands can be added either to install a profile for an executable or as a named profile. The CLI can call the exitingProfileManager
interface method InstallProfile.The
remove
command can be also implemented in the same fashion.Why is this needed:
Improve the user experince when installing the apparmor profile on a local system.
User story covered
The text was updated successfully, but these errors were encountered: