please support per-snap users (eg, for dropping privileges, supporting chown to that user, etc)
Bug #1619888 reported by
Mark Shuttleworth
This bug affects 16 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapd |
Confirmed
|
High
|
Unassigned |
Bug Description
I have a snap which wants to drop root privileges and run as a user. So it needs to setup files (in $SNAP_COMMON) which are owned by that user. However, it seems unable to execute 'chown' in its wrapper even though it is doing so on files that are writable.
Isn't this something you'd like to store in SNAP_USER_DATA and SNAP_USER_COMMON?