Greetings, I''m trying to achieve selective output of "zfs list" command for specific user to show only delegated sets. Anyone knows how to achieve this? I''ve checked "zfs allow" already but it only helps in restricting the user to create, destroy, etc something. There is no permission subcommand for listing or displaying sets. I''m on oi_151a3 bits.
Hi Bogdan, On Sep 21, 2012, at 4:00 AM, Bogdan ?ulibrk <bc at default.rs> wrote:> Greetings, > > I''m trying to achieve selective output of "zfs list" command for specific user to show only delegated sets. Anyone knows how to achieve this?There are several ways, but no builtin way, today. Can you provide a use case for how you want this to work? We might want to create an RFE here :-) -- richard> I''ve checked "zfs allow" already but it only helps in restricting the user to create, destroy, etc something. There is no permission subcommand for listing or displaying sets. > > I''m on oi_151a3 bits. >-- illumos Day & ZFS Day, Oct 1-2, 2012 San Fransisco www.zfsday.com Richard.Elling at RichardElling.com +1-760-896-4422 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20120921/55faadcd/attachment.html>
Hello Richard, thanks for reply. On 9/21/12 8:09 PM, Richard Elling wrote:> > There are several ways, but no builtin way, today. Can you provide a > use case for > how you want this to work? We might want to create an RFE here :-) > -- richardCould you give some pointers on how to do it? If it''s not built-in that works for me at the moment. Regarding RFE, I would do that gladly, but quite frankly since shutdown of opensolaris.org I''m little bit lost where to submit it. =bc
2012-09-24 14:38, Bogdan ?ulibrk wrote:> Regarding RFE, I would do that gladly, but quite frankly since shutdown > of opensolaris.org I''m little bit lost where to submit it.Much of the open-sourced ZFS development goes under illumos project umbrella (used as kernel for OI you said you''re working with), so you can post an RFE at their bugtracker: https://www.illumos.org/issues This would probably go into the illumos-gate sub-project as a "Feature". HTH, //Jim Klimov
On Fri, Sep 21, 2012 at 4:00 AM, Bogdan ?ulibrk <bc at default.rs> wrote:> Greetings, > > I''m trying to achieve selective output of "zfs list" command for specific > user to show only delegated sets. Anyone knows how to achieve this? > I''ve checked "zfs allow" already but it only helps in restricting the user > to create, destroy, etc something. There is no permission subcommand for > listing or displaying sets. > > I''m on oi_151a3 bits. > >You may be able to use zones for this use case. Each zone only sees the filesystems that are delegated to it (and their ancestors). --matt -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20120924/96a9ad8d/attachment.html>