[snap] allow access user's .netrc for site authentication (#1352)
The personal-files interface request is granted by the Snap Store. Fixes #759. Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
This commit is contained in:
committed by
GitHub
parent
106cdc37c0
commit
6e94491847
@@ -50,6 +50,10 @@ plugs:
|
|||||||
interface: system-files
|
interface: system-files
|
||||||
read:
|
read:
|
||||||
- /etc/gallery-dl.conf
|
- /etc/gallery-dl.conf
|
||||||
|
dot-netrc:
|
||||||
|
interface: personal-files
|
||||||
|
read:
|
||||||
|
- $HOME/.netrc
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
# Launcher programs to fix problems at runtime
|
# Launcher programs to fix problems at runtime
|
||||||
|
|||||||
Reference in New Issue
Block a user