mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
Generally speaking, applications provided as snaps should behave in all the same ways that native packages should, and that includes being usable with sudo(8). In order for this to work, we need to configure sudo to add the snap binary directory to the search path. Resolves: RH#1691996 Signed-off-by: Neal Gompa <ngompa13@gmail.com>