mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Update Profiling_by_hand: change title back :(; more wordsmithing
parent
f60bc519ef
commit
1c0ccb77fd
1 changed files with 3 additions and 3 deletions
|
@ -51,8 +51,8 @@ In this example we will confine the chat program Empathy.
|
|||
### Create a preliminary profile
|
||||
|
||||
First create a preliminary profile, including the global preamble
|
||||
(to pull in variables for HOME and use system aliases. For example:
|
||||
/etc/apparmor.d/usr.bin.empathy:
|
||||
(to pull in variables for HOME and use system aliases. As an example,
|
||||
`/etc/apparmor.d/usr.bin.empathy`:
|
||||
|
||||
```
|
||||
#include <tunables/global>
|
||||
|
@ -85,7 +85,7 @@ include them.
|
|||
|
||||
### Put in complain mode
|
||||
|
||||
Run application in complain mode. Eg:
|
||||
Run application in complain mode; again, for our Empathy example:
|
||||
|
||||
```
|
||||
$ sudo aa-complain /etc/apparmor.d/usr.bin.empathy
|
Loading…
Add table
Reference in a new issue