Snap ships a sudoers file that isn't required
Bug #2024876 reported by
Barry Price
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mojo: Continuous Delivery for Juju |
Confirmed
|
Low
|
Unassigned |
Bug Description
The contrib/
However, the paths to the binaries in question will differ depending on the install source.
e.g. '/usr/bin/lxc-ls' is correct for the .deb, but the snap will need to allow e.g. '/snap/
The release number will vary, so best handled with a wildcard, e.g. '/snap/
Related branches
lp://staging/~barryprice/mojo/lp2024876
Rejected
for merging
into
lp://staging/mojo
- Barry Price: Disapprove
- Canonical IS Reviewers: Pending requested
-
Diff: 23 lines (+9/-1)1 file modifiedcontrib/99-mojo-sudoers (+9/-1)
Changed in mojo: | |
status: | New → Confirmed |
importance: | Undecided → Low |
summary: |
- Snap ships a sudoers file that isn't snap-aware + Snap ships a sudoers file that isn't required |
To post a comment you must log in.
Okay, seems like today's three bugs are all related.
Per LP:2024884 we don't support LXC with the snap install, only LXD and containerless projects, which AFAICS means that sudo (and by extension, the LXC group) are not required.
So the fix here is simply to stop shipping the file.