2
0
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:
Christian Boltz 2023-08-14 22:22:02 +02:00
parent 8eee4de83e
commit c87dd7985f
No known key found for this signature in database
GPG Key ID: C6A682EA63C82F1C

View File

@ -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 FLAG CONDS> = [ 'flags=' ] '(' comma or white space separated list of I<PROFILE FLAGS> ')'
B<PROFILE FLAGS> = I<PROFILE MODE> | I<AUDIT_MODE> | 'mediate_deleted' 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' | 'debug'
B<PROFILE MODE> = 'enforce' | 'complain' | 'kill' | 'unconfined' | 'prompt' 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 can result in aliasing and access to objects that should not be
allowed. Its intent is a debug and policy development tool. allowed. Its intent is a debug and policy development tool.
=item B<attach_disconnected.path> If attach_disconnected is in use =item B<attach_disconnected.path>=I<ABS PATH> Like attach_disconnected, but
attach disconnected object to the supplied path instead of the root of attach disconnected objects to the supplied path instead of the root of
the namespace. the namespace.
=item B<chroot_relative> This forces file names to be relative to a =item B<chroot_relative> This forces file names to be relative to a