mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 10:07:12 +00:00
document that attach_disconnected.path expexts =PATH
This commit is contained in:
parent
8eee4de83e
commit
c87dd7985f
@ -114,7 +114,7 @@ B<XATTR VALUE FILEGLOB> = I<FILEGLOB>
|
||||
B<PROFILE FLAG CONDS> = [ 'flags=' ] '(' comma or white space separated list of I<PROFILE FLAGS> ')'
|
||||
|
||||
B<PROFILE FLAGS> = I<PROFILE MODE> | I<AUDIT_MODE> | 'mediate_deleted'
|
||||
| 'attach_disconnected' | 'attach_disconneced.path' |'chroot_relative'
|
||||
| 'attach_disconnected' | 'attach_disconneced.path='I<ABS PATH> | 'chroot_relative'
|
||||
| 'debug'
|
||||
|
||||
B<PROFILE MODE> = 'enforce' | 'complain' | 'kill' | 'unconfined' | 'prompt'
|
||||
@ -493,8 +493,8 @@ though they are part of the namespace. WARNING this mode is unsafe and
|
||||
can result in aliasing and access to objects that should not be
|
||||
allowed. Its intent is a debug and policy development tool.
|
||||
|
||||
=item B<attach_disconnected.path> If attach_disconnected is in use
|
||||
attach disconnected object to the supplied path instead of the root of
|
||||
=item B<attach_disconnected.path>=I<ABS PATH> Like attach_disconnected, but
|
||||
attach disconnected objects to the supplied path instead of the root of
|
||||
the namespace.
|
||||
|
||||
=item B<chroot_relative> This forces file names to be relative to a
|
||||
|
Loading…
x
Reference in New Issue
Block a user