diff options
author | Mika Havela <mika.havela@gmail.com> | 2008-04-25 14:53:54 +0000 |
---|---|---|
committer | Mika Havela <mika.havela@gmail.com> | 2008-04-25 14:53:54 +0000 |
commit | 3240695ed965b30d68d771b9d1f2139918c1b7fc (patch) | |
tree | 3610d85a66b8b5070120e8efbafeb20384610d6e | |
parent | fc0cc711e84e211c818e7c6f034d13992aa05da1 (diff) | |
download | acf-alpine-baselayout-3240695ed965b30d68d771b9d1f2139918c1b7fc.tar.bz2 acf-alpine-baselayout-3240695ed965b30d68d771b9d1f2139918c1b7fc.tar.xz |
Added interfaces:config to the rolse file (hope it should be there.
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1039 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r-- | alpine-baselayout.roles | 2 | ||||
-rw-r--r-- | interfaces.menu | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/alpine-baselayout.roles b/alpine-baselayout.roles index c2746b9..6d460bd 100644 --- a/alpine-baselayout.roles +++ b/alpine-baselayout.roles @@ -1,5 +1,5 @@ CREATE=interfaces:create READ=health:storage,health:proc,health:network,health:modules,interfaces:read,logfiles:status,logfiles:view,logfiles:download,syslog:status -UPDATE=interfaces:update,skins:update,skins:read,syslog:config,syslog:expert +UPDATE=interfaces:update,skins:update,skins:read,syslog:config,syslog:expert,interfaces:config DELETE=interfaces:delete,logfiles:delete ALL=health:system diff --git a/interfaces.menu b/interfaces.menu index 8ef863f..9bf62b2 100644 --- a/interfaces.menu +++ b/interfaces.menu @@ -1,5 +1,5 @@ # Prefix and controller are already known at this point -# Cat Group Tab Action -System Interfaces Status read -System Interfaces Edit_interfaces config +# Cat Group Tab Action +System Interfaces Status read +System Interfaces Edit_interfaces config System Interfaces Create_New_interface create |