No "slot" exists that allows read-only access to any file
Bug #1609509 reported by
Mike Pontillo
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapd |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
I want to snap a command-line utility that needs to be able to read a file, analyze it, and then print the results.
The 'home' slot isn't appropriate because it allows writing and locking files, which is too broad. It's also too restrictive since I want the snap to be able to read any file the user has access to, not just those in $HOME.
Changed in snappy: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
affects: | snappy → snapd |
To post a comment you must log in.
That's an interesting problem to think through. We actually don't want to have an interface that has access to just any file without context, but I can see your use case for having some support for that ability.