8 ms·
I think PolKit can be used to delegate fine-grained control to users. Which other tools are available on Linux to control users' access to fs and network resour
by fuzzybear3965 3y ago
I think PolKit can be used to delegate fine-grained control to users. Which other tools are available on Linux to control users' access to fs and network resources? File permissions, systemd-nspawn?
- spmurrayzzz 3y ago> Which other tools are available on Linux to control users' access to fs and network resources selinux is the primary one that comes to mind, it definitely ticks the "fine-grained control" checkbox for sure
- orange-mentor 3y agoOne could write a very small custom binary in C/C++/Rust that runs the command, and then give that binary setuid permissions. That binary can simply run a subprocess, and nothing else.
- blibble 3y agoyou could call it "sudo"