Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Apparmor"
Jump to navigation
Jump to search
Threesixes (talk | contribs) m (more details) |
Threesixes (talk | contribs) m (more details) |
||
Line 15: | Line 15: | ||
{{console|body=###i## emerge sys-apps/apparmor sec-policy/apparmor-profiles sys-apps/apparmor-utils}} | {{console|body=###i## emerge sys-apps/apparmor sec-policy/apparmor-profiles sys-apps/apparmor-utils}} | ||
{{console|body=###i## rc-update add apparmor boot | |||
rc}} | |||
=== External Resources === | |||
*https://wiki.ubuntu.com/AppArmor | |||
*http://wiki.apparmor.net/index.php/Main_Page | |||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 20:20, May 5, 2015
Apparmor
Tip
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
Apparmor is a security application from ubuntu designed to protect applications running.
Install
Under apparmor kernel settings:
Security options ---> [*] AppArmor support Default security module (AppArmor) --->
root # emerge sys-apps/apparmor sec-policy/apparmor-profiles sys-apps/apparmor-utils
root # rc-update add apparmor boot rc
External Resources