## Copyright (C) 2019 - 2023 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
## See the file COPYING for copying conditions.

## required by /usr/share/livecheck/livecheck.sh
## http://forums.whonix.org/t/restrict-hardware-information-to-root-testers-wanted/8618/13
user ALL=NOPASSWD: /bin/lsblk --noheadings --raw --output RO

## https://forums.whonix.org/t/whonix-xfce-development/6213/102
%staff ALL=NOPASSWD: /bin/lsblk --noheadings --raw --output RO
%adm ALL=NOPASSWD: /bin/lsblk --noheadings --raw --output RO
%sudo ALL=NOPASSWD: /bin/lsblk --noheadings --raw --output RO
%root ALL=NOPASSWD: /bin/lsblk --noheadings --raw --output RO
%wheel ALL=NOPASSWD: /bin/lsblk --noheadings --raw --output RO
%console ALL=NOPASSWD: /bin/lsblk --noheadings --raw --output RO
%console-unrestricted ALL=NOPASSWD: /bin/lsblk --noheadings --raw --output RO
