g40 Posted August 20, 2017 Posted August 20, 2017 Idly wondering if the .debs directory could be owned by the user rather than root ...
zador.blood.stained Posted August 20, 2017 Posted August 20, 2017 10 minutes ago, g40 said: Idly wondering if the .debs directory could be owned by the user rather than root ... Recently output and userpatces directories were changed to be group-owned by "sudo" with the sgid bit set, so users should be able to edit/delete anything in them. Changing owner to the actual user can be done either manually or by adding a special function to userpatches/lib.config, I'm not sure if it is a good idea to fiddle with the ownership at each run by default.
g40 Posted August 20, 2017 Author Posted August 20, 2017 Ah, many thanks @zador.blood.stained. I can see my documentation PR is going to get larger.
zador.blood.stained Posted August 20, 2017 Posted August 20, 2017 Hm. OK, I've found a bug in this implementation, currently it works only with Docker (since I tested it only in Docker environment). I'll try to fix it for ither environments too.
Recommended Posts