-
Bug
-
Resolution: Done
-
Major
-
jboss-fuse-6.2.1
-
None
-
%
-
-
Viewer role can execute profile-export and profile-import commands, so an user with that role can edit externally any profile and then import it again.
A workaround was executing:
>config:edit org.apache.karaf.command.acl.fabric
>config:propappend -p org.apache.karaf.command.acl.fabric profile-export Deployer,Auditor,Administrator,SuperUser,admin
>config:propappend -p org.apache.karaf.command.acl.fabric profile-import Deployer,Auditor,Administrator,SuperUser,admin
>config:update
or:
>fabric:profile-edit --pid org.apache.karaf.command.acl.fabric/profile-export=Deployer,Auditor,Administrator,SuperUser,admin acls
>fabric:profile-edit --pid org.apache.karaf.command.acl.fabric/profile-import=Deployer,Auditor,Administrator,SuperUser,admin acls