You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The snap readme recommends starting autopsy via sudo -g disk autopsy to give permission to local disks, without running the whole program as root or adding the user to disk (both of which can be seen as problematic).
However, On Fedora 37, sudo -g disk autopsy raises the following error:
Sorry, user $USER is not allowed to execute '/var/lib/snapd/snap/bin/autopsy' as $USER:disk on fedora.fritz.box.
Note, I confirmed the group is called disk via ll /dev |grep sda
brw-rw----. 1 root disk 8, 0 Sep 26 18:24 sda
brw-rw----. 1 root disk 8, 1 Sep 26 18:24 sda1
brw-rw----. 1 root disk 8, 2 Sep 26 18:24 sda2
brw-rw----. 1 root disk 8, 3 Sep 26 18:24 sda3
Is there a fix, or an alternative way to (safely) grant autopsy the relevant permissions?
The text was updated successfully, but these errors were encountered:
The snap readme recommends starting autopsy via
sudo -g disk autopsy
to give permission to local disks, without running the whole program as root or adding the user todisk
(both of which can be seen as problematic).However, On Fedora 37,
sudo -g disk autopsy
raises the following error:Note, I confirmed the group is called
disk
viall /dev |grep sda
Is there a fix, or an alternative way to (safely) grant autopsy the relevant permissions?
The text was updated successfully, but these errors were encountered: