-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AppArmor: update Maintainer and Documentation
Signed-off-by: John Johansen <john.johansen@canonical.com> Signed-off-by: James Morris <jmorris@namei.org>
- Loading branch information
John Johansen
authored and
James Morris
committed
Aug 2, 2010
1 parent
898127c
commit c1c124e
Showing
3 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- What is AppArmor? --- | ||
|
||
AppArmor is MAC style security extension for the Linux kernel. It implements | ||
a task centered policy, with task "profiles" being created and loaded | ||
from user space. Tasks on the system that do not have a profile defined for | ||
them run in an unconfined state which is equivalent to standard Linux DAC | ||
permissions. | ||
|
||
--- How to enable/disable --- | ||
|
||
set CONFIG_SECURITY_APPARMOR=y | ||
|
||
If AppArmor should be selected as the default security module then | ||
set CONFIG_DEFAULT_SECURITY="apparmor" | ||
and CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=1 | ||
|
||
Build the kernel | ||
|
||
If AppArmor is not the default security module it can be enabled by passing | ||
security=apparmor on the kernel's command line. | ||
|
||
If AppArmor is the default security module it can be disabled by passing | ||
apparmor=0, security=XXXX (where XXX is valid security module), on the | ||
kernel's command line | ||
|
||
For AppArmor to enforce any restrictions beyond standard Linux DAC permissions | ||
policy must be loaded into the kernel from user space (see the Documentation | ||
and tools links). | ||
|
||
--- Documentation --- | ||
|
||
Documentation can be found on the wiki. | ||
|
||
--- Links --- | ||
|
||
Mailing List - apparmor@lists.ubuntu.com | ||
Wiki - http://apparmor.wiki.kernel.org/ | ||
User space tools - https://launchpad.net/apparmor | ||
Kernel module - git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters