Georgia Garcia
|
d98c5c4cf9
|
parser: add parser support for message queue mediation
Message queue rules take the following format:
mqueue [<access_mode>] [<type>] [<label>] [<mqueue name>],
access_mode := 'r'|'w'|'rw'|'read'|'write'|
'create'|'open'|'delete'|
'getattr'|'setattr'
type := 'type' '=' ('posix'|'sysv')
label := 'label' '=' <target label>
Signed-off-by: Georgia Garcia <georgia.garcia@canonical.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
|
2022-11-22 19:31:15 +00:00 |
|