This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git
commit 7ad0da3c149d20408ddff0fb8c16bbbdb13164d2 Author: Guillaume Nodet <[email protected]> AuthorDate: Wed Nov 8 13:29:38 2017 +0100 [KARAF-5427] Shell reflection / redirection should require admin role by default --- itests/src/test/filtered-resources/etc/feature.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/itests/src/test/filtered-resources/etc/feature.xml b/itests/src/test/filtered-resources/etc/feature.xml index 803507c..5a173b7 100644 --- a/itests/src/test/filtered-resources/etc/feature.xml +++ b/itests/src/test/filtered-resources/etc/feature.xml @@ -129,6 +129,8 @@ exec = admin new = admin java = admin + .invoke = admin + .redirect = admin </config> <config name="org.apache.karaf.command.acl.scope_bundle"> # -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
