Actions
Bug #6830
closedipkg brand config.xml needs smb privileges
Start date:
2016-03-28
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
Subject mostly says it all. We need to add on privilege to non-global zones (ipkg being an upstream example, even if not everyone uses it).
diff --git a/usr/src/lib/brand/ipkg/zone/config.xml b/usr/src/lib/brand/ipkg/zone/config.xml index e7307bf..76b9291 100644 --- a/usr/src/lib/brand/ipkg/zone/config.xml +++ b/usr/src/lib/brand/ipkg/zone/config.xml @@ -89,6 +89,7 @@ <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_smb" /> <privilege set="default" name="sys_resource" /> <privilege set="default" name="sys_ppp_config" ip-type="exclusive" />
Updated by Electric Monk over 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 9a004416e58be5d5a0e6fbca0dff25b45d19191c
commit 9a004416e58be5d5a0e6fbca0dff25b45d19191c Author: Dan McDonald <danmcd@omniti.com> Date: 2016-03-28T15:12:58.000Z 6830 ipkg brand config.xml needs smb privileges Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Alexander Pyhalov <alp@rsu.ru>
Updated by Electric Monk over 6 years ago
git commit c3862f21bea547737e494d7e7ff98c21a3490e6f
commit c3862f21bea547737e494d7e7ff98c21a3490e6f Author: Dan McDonald <danmcd@omniti.com> Date: 2016-03-28T17:50:29.000Z 6830 ipkg brand config.xml needs smb privileges Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Alexander Pyhalov <alp@rsu.ru> Approved by: Robert Mustacchi <rm@joyent.com>
Actions