Update QuickProfileLanguage

Ryan Lee 2024-08-23 23:32:06 +00:00
parent e6c70a3f84
commit 6762144c5e

@ -130,7 +130,7 @@ Capability Rules
----------------
AppArmor supports coarse-grained access to Linux' POSIX-style
capabilities (see 'man capabilities) and capabilities rules are
capabilities (see `man capabilities`) and capabilities rules are
used to allow access to these capabilities. For example, a setuid
application which drops privileges might need:
@ -141,6 +141,8 @@ application which drops privileges might need:
 }
```
Multiple capabilities can be specified as a space-separated list.
Network Rules
-------------