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) (initial commit) |
Threesixes (talk | contribs) m |
||
(5 intermediate revisions by the same user not shown) | |||
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 === | ||
{{warning|delete this section, use unity overlay's kernel, so you dont get messages about not being able to enforce rules.}} | |||
{{kernelop|title=apparmor kernel settings|desc= | {{kernelop|title=apparmor kernel settings|desc= | ||
Security options ---> | |||
[*] AppArmor support | |||
Default security module (AppArmor) ---> | |||
}} | }} | ||
{{note|end of section to delete}} | |||
{{console|body=###i## layman -a unity-gentoo && emerge ubuntu-sources}} | |||
{{console|body=###i## emerge sys-apps/apparmor sec-policy/apparmor-profiles sys-apps/apparmor-utils}} | |||
{{console|body=###i## rc-update add apparmor sysinit | |||
###i## rc}} | |||
=== External Resources === | |||
*https://wiki.ubuntu.com/AppArmor | |||
*http://wiki.apparmor.net/index.php/Main_Page | |||
{{EbuildFooter}} | {{EbuildFooter}} |
Latest revision as of 00:09, May 19, 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
Warning
delete this section, use unity overlay's kernel, so you dont get messages about not being able to enforce rules.
Under apparmor kernel settings:
Security options ---> [*] AppArmor support Default security module (AppArmor) --->
Note
end of section to delete
root # layman -a unity-gentoo && emerge ubuntu-sources
root # emerge sys-apps/apparmor sec-policy/apparmor-profiles sys-apps/apparmor-utils
root # rc-update add apparmor sysinit root # rc
External Resources