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
When USB blocking/remounting is configured via sync server, there can be a discrepancy between what santactl status reports when run as root vs. non-root.
When USB blocking/remounting is configured via sync server, there can be a discrepancy between what
santactl status
reports when run as root vs. non-root.The
santactl status
command readsSNTConfigurator.blockUSBMount
which first reads fromsyncState
then falls back toconfigState
if it was not configured via sync. TheSNTConfigurator
singleton init loadssyncState
by callingreadSyncStateFromDisk
, but this bails immediately if running witheuid != 0
.Found this while working on #1214.
The text was updated successfully, but these errors were encountered: