Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16 lines (11 sloc)
429 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Name of the file data will be logged to (limit to 8.3 filname - 8 char + 3 ext) | |
output_file = out.txt | |
## Activate ACL mode | |
acl_mode = true | |
## File which contains UIDs to check against (limit to 8.3 filname - 8 char + 3 ext) | |
acl = acl.txt | |
## Optional access_level (0-9) for variable ACL, by default | |
## access is granted if a UID is found in the list | |
#required_access_level = 3 | |
## Volume 1 - 10 (10 is loudest) | |
volume = 10 | |