Add 'pick', a tooll to install some AppArmor profiles.
This commit is contained in:
parent
1e041057fa
commit
e43418a820
3 changed files with 89 additions and 1 deletions
|
|
@ -62,6 +62,14 @@ dpkg-buildpackage -b -d --no-sign
|
|||
sudo dpkg --install ../apparmor.d_*_all.deb
|
||||
```
|
||||
|
||||
**Partial install**
|
||||
|
||||
For test purpose, you can install a specific profile with the following commands. The tool will also install required abstractions and tunables:
|
||||
```
|
||||
sudo ./pick <profiles-name>
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
**Enabled profiles**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue