diff --git a/parser/apparmor.d.pod b/parser/apparmor.d.pod index 10808c990..8317558db 100644 --- a/parser/apparmor.d.pod +++ b/parser/apparmor.d.pod @@ -107,6 +107,12 @@ B = ( I | I ) ... B = [ I ] pivot_root [ oldroot=I ] [ I ] [ -E I ] +B = I + +B = I + +B = I + B = [ I ] 'ptrace' [ I ] [ I ] B = I | I @@ -195,9 +201,13 @@ B 'attr' '=' ( I | '(' '"' I '"' | I ')' ) B 'opt' '=' ( I | '(' '"' I '"' | I ')' ) -B = [ I ] [ 'owner' ] [ 'file' ] ( ( '"' I '"' | I ) I | [I ( '"' I '"' | I ) ) [ -E ] ',' +B = [ I ] [ 'owner' ] [ 'file' ] ( I I | I I ) [ -E ] ',' -B = (must start with '/' (after variable expansion), B have special meanings; see below. May include I. Rules with embedded spaces or tabs must be quoted. Rules must end with '/' to apply to directories.) +B = ( I | I ) + +B = '"' I '"' + +B = (must start with '/' (after variable expansion), B have special meanings; see below. May include I. Rules with embedded spaces or tabs must be quoted. Rules must end with '/' to apply to directories.) B = ( 'r' | 'w' | 'a' | 'l' | 'k' | 'm' | I )+ (not all combinations are allowed; see below.)