xref: /freebsd/sys/contrib/openzfs/etc/sudoers.d/zfs (revision 2f7b0de1de4749e24608fc89a2db63e723c253d2)
1##
2## Allow any user to run `zpool iostat/status -c smart` in order
3## to read basic SMART health statistics for a pool.
4##
5## CAUTION: Any syntax error introduced here will break sudo.
6## Editing with 'visudo' is recommended: visudo -f  /etc/sudoers.d/zfs
7##
8
9# ALL ALL = (root) NOPASSWD: /usr/sbin/smartctl -a /dev/[hsv]d[a-z0-9]*
10