qubespolicy: add a commend about 'deny' being default action

This commit is contained in:
Marek Marczykowski-Górecki 2017-06-27 12:02:33 +02:00
parent f393ce62dc
commit 36d56010af
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -43,6 +43,7 @@ parser.add_argument('service', nargs='*', action='store',
default_policy_header = '''\
## Note that policy parsing stops at the first match.
## Anything not specifically allowed here (or in included file) will be denied.
## Please use a single # to start your custom comments