Skip to content

Commit

Permalink
6830 ipkg brand config.xml needs smb privileges
Browse files Browse the repository at this point in the history
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Alexander Pyhalov <alp@rsu.ru>
  • Loading branch information
Dan McDonald committed Mar 28, 2016
1 parent e5b3382 commit 9a00441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion usr/src/lib/brand/ipkg/zone/config.xml
Expand Up @@ -89,8 +89,9 @@
<privilege set="default" name="sys_iptun_config" ip-type="exclusive" />
<privilege set="default" name="sys_mount" />
<privilege set="default" name="sys_nfs" />
<privilege set="default" name="sys_resource" />
<privilege set="default" name="sys_ppp_config" ip-type="exclusive" />
<privilege set="default" name="sys_resource" />
<privilege set="default" name="sys_smb" />

<privilege set="prohibited" name="dtrace_kernel" />
<privilege set="prohibited" name="proc_zone" />
Expand Down

0 comments on commit 9a00441

Please sign in to comment.