mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
Merge Fix leading slash var typo in apparmor.d var example
Signed-off-by: Ryan Lee <ryan.lee@canonical.com> MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/1527 Approved-by: John Johansen <john@jjmx.net> Merged-by: John Johansen <john@jjmx.net> (cherry-picked from commitb4caf8782c
)41be573b
Fix leading slash var typo in apparmor.d var example Co-authored-by: John Johansen <john@jjmx.net>
This commit is contained in:
parent
071b6829a5
commit
11585e3eaa
1 changed files with 1 additions and 1 deletions
|
@ -1793,7 +1793,7 @@ An example AppArmor profile:
|
||||||
/usr/lib/** r,
|
/usr/lib/** r,
|
||||||
/tmp/foo.pid wr,
|
/tmp/foo.pid wr,
|
||||||
/tmp/foo.* lrw,
|
/tmp/foo.* lrw,
|
||||||
/@{HOME}/.foo_file rw,
|
@{HOME}/.foo_file rw,
|
||||||
/usr/bin/baz Cx -> baz,
|
/usr/bin/baz Cx -> baz,
|
||||||
|
|
||||||
# a comment about foo's hat (subprofile), bar.
|
# a comment about foo's hat (subprofile), bar.
|
||||||
|
|
Loading…
Add table
Reference in a new issue