Frederic Guilbault
Frederic Guilbault
@EvilOlaf no problems, im just reporting a missing shebang in the package linux-dtb-current-sunxi64 From a policy perspective, debian is clear about the need of a shebang in the preinst/postinst. https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html...
oh, ok.... I was naively expecting a single folder with debianization files. I guess I will have to read your doc about how all of this work :) . Thx
ok. So If I get it right, Inside the file `/patch/misc/general-packaging-5.10.y.patch` I find my target at ``` +++ b/scripts/package/builddeb ~~~ + cat >> $pdir/DEBIAN/preinst
IDK how but my original problem have been solved in the last release. Armbian update seamlessly in my usecase now. Do you still want to correct this or you prefer...
Ill keep on my list too then
The cheapest change would be at least to limit which process can sudo without root. Like I did in this project: https://github.com/SignalK/set-system-time The sticky or SGID bit it self won't...
in python code, the calls are : ``` sudo chrt sudo renice sudo chown ``` Im juste brainstorming here, I did not test any of the following. ### chown ###...
btw, that is this user named `tc` ?
systemd allow variables passed throu the launch of the file. like: `[email protected]` or `[email protected]` This could be a way to externalise the user name to the implementation level rather then...
I got a second tough about this. And I came to the conclusion that if a software rely on escalated privileges to do it's basic routine actions. it kinda mean...