Difference between revisions of "Package:Apparmor"

From Funtoo
Jump to navigation Jump to search
m (bad habit of consoles lol)
m
Line 5: Line 5:
}}
}}
Apparmor is a security application from ubuntu designed to protect applications running.
Apparmor is a security application from ubuntu designed to protect applications running.
{{warning|this isn't complete yet, and WILL most definitely break your system}}


=== Install ===
=== Install ===
Line 15: Line 17:
{{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
{{console|body=###i## rc-update add apparmor sysinit
###i## rc}}
###i## rc}}



Revision as of 19:03, May 9, 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.

   Warning

this isn't complete yet, and WILL most definitely break your system

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 sysinit
root # rc

External Resources