Update and rename sub_acl.py to sub_acl-SAMPLE.py

This commit is contained in:
Cort Buffington 2018-07-12 19:56:35 -05:00 committed by GitHub
parent 10f968080a
commit 4d41be3d2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 5 deletions

9
sub_acl-SAMPLE.py Normal file
View File

@ -0,0 +1,9 @@
#
# To use this feature, you'll need to copy this, or create a file called
# sub_acl.py that's like this one, with your local parameters in it.
#
# The 'action' May be PERMIT|DENY
# Each entry may be a single radio id, or a hypenated range (e.g. 1-2999)
# Format:
# ACL = 'action:id|start-end|,id|start-end,....'
ACL = 'DENY:0-2999,4000000-4000999'

View File

@ -1,5 +0,0 @@
# The 'action' May be PERMIT|DENY
# Each entry may be a single radio id, or a hypenated range (e.g. 1-2999)
# Format:
# ACL = 'action:id|start-end|,id|start-end,....'
ACL = 'DENY:0-2999,4000000-4000999'