mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Minor touchups to the README.
This commit is contained in:
parent
1cc6ef54d0
commit
1d9ca54cec
1 changed files with 6 additions and 3 deletions
9
README
9
README
|
@ -27,7 +27,7 @@ Source Layout
|
|||
AppArmor consists of several different parts:
|
||||
|
||||
changehat/ source for using changehat with Apache, PAM and Tomcat
|
||||
common/ TODO
|
||||
common/ common makefile rules
|
||||
desktop/ empty
|
||||
kernel-patches/ patches for various kernel versions
|
||||
libraries/ libapparmor source and language bindings
|
||||
|
@ -62,7 +62,8 @@ $ make install
|
|||
parser:
|
||||
$ cd parser
|
||||
$ make
|
||||
# make tests # needs to be run as root
|
||||
$ make tests # not strictly necessary as they are run during the
|
||||
# build by default
|
||||
$ make install
|
||||
|
||||
|
||||
|
@ -103,7 +104,7 @@ To run:
|
|||
$ cd tests/regression/subdomain (requires root)
|
||||
$ make
|
||||
$ sudo make tests
|
||||
$ sudo bash open.sh -r
|
||||
$ sudo bash open.sh -r # runs and saves the last testcase from open.sh
|
||||
|
||||
|
||||
Parser tests
|
||||
|
@ -144,6 +145,8 @@ invoking the OOM killer.
|
|||
To run parser stress tests (requires /usr/bin/ruby):
|
||||
$ ./stress.sh
|
||||
|
||||
(see stress.sh -h for options)
|
||||
|
||||
-----------------------------------------------
|
||||
Building and Installing AppArmor Kernel Patches
|
||||
-----------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue