mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
parser: Document that pivot_root arguments must end in '/'
Mention, in the apparmor.d man page, that pivot_root arguments must end with a '/' character since they are directories. The parser currently allows pivot_root arguments that do not end in '/', but those rules will always fail to match. Signed-off-by: Tyler Hicks <tyhicks@canonical.com> Acked-by: Seth Arnold <seth.arnold@canonical.com>
This commit is contained in:
parent
46586a6334
commit
ea4cbd68e7
@ -668,6 +668,9 @@ AppArmor 'pivot_root' rules can specify a profile transition to occur during
|
||||
the pivot_root(2) system call. Note that AppArmor will only transition the
|
||||
process calling pivot_root(2) to the new profile.
|
||||
|
||||
The paths specified in 'pivot_root' rules must end with '/' since they are
|
||||
directories.
|
||||
|
||||
Here are some example 'pivot_root' rules:
|
||||
|
||||
# Allow any pivot
|
||||
|
Loading…
x
Reference in New Issue
Block a user