mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
Drop 'to' option for link rules from manpage
The apparmor.d manpage listed 'to' as an alternative for '->' in link rules. However, the parser doesn't accept 'to', none of our examples and tests include it, and nobody ever complained about it. Therefore I'll call this a documentation bug ;-) and simply adjust the manpage to only list '->' as valid syntax.
This commit is contained in:
parent
e3f0a6ff63
commit
115a1d890e
@ -277,7 +277,7 @@ B<EXEC TRANSITION> = ( 'ix' | 'ux' | 'Ux' | 'px' | 'Px' | 'cx' | 'Cx' | 'pix' |
|
||||
B<EXEC TARGET> = name
|
||||
Requires I<EXEC TRANSITION> specified.
|
||||
|
||||
B<LINK RULE> = I<QUALIFIERS> [ 'owner' ] 'link' [ 'subset' ] I<FILEGLOB> ( 'to' | '-E<gt>' ) I<FILEGLOB>
|
||||
B<LINK RULE> = I<QUALIFIERS> [ 'owner' ] 'link' [ 'subset' ] I<FILEGLOB> '-E<gt>' I<FILEGLOB>
|
||||
|
||||
B<ALPHA> = ('a', 'b', 'c', ... 'z', 'A', 'B', ... 'Z')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user