diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-05-26 23:39:07 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-05-26 23:39:07 +0000 |
commit | 16ae49688035474711f4cc32d890ff4000bdee73 (patch) | |
tree | b49927ab0309e1134f8158575b775772851ad41e /unbound.roles | |
download | acf-unbound-0.0.1.tar.bz2 acf-unbound-0.0.1.tar.xz |
Initial commit of Unbound ACFv0.0.1
Basic support for status / startstop / expert / logfile
Logfile assumes syslog and does not yet read the config for logfile location
Diffstat (limited to 'unbound.roles')
-rw-r--r-- | unbound.roles | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unbound.roles b/unbound.roles new file mode 100644 index 0000000..97a89ae --- /dev/null +++ b/unbound.roles @@ -0,0 +1,3 @@ +USER=unbound:status,unbound:logfile,unbound:startstop +EXPERT=unbound:expert +ADMIN=unbound:status,unbound:logfile,unbound:startstop,unbound:expert |