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