Add 'pick', a tooll to install some AppArmor profiles.

This commit is contained in:
Alexandre Pujol 2021-12-05 19:17:53 +00:00
parent 1e041057fa
commit e43418a820
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 89 additions and 1 deletions

View file

@ -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**