-
As is discussed in #25, it is not necessary to run the whole program as root. On modern Linux witn Capabilities support, `CAP_NET_RAW` and `CAP_NET_ADMIN` are enough for this program to run without ro…
-
#6
-
When attempting to install via npm, I get a notice that I must sudo. This doesn't seem to be an issue with many other packages (including tedious) I've attempted to install. Is there a particular reas…
-
Is root permission necessary?Can it be possible by non-root android device.
-
Currently the system calls require root privileges to access, but ideally the program should not force the user to explicitly call sudo or otherwise establish root privileges to run.
-
If Glutton is started as root, we should drop privileges to the `nobody` user.
-
Operation not permitted - Note that ICMP messages can only be sent from processes running as root. What do I do?
-
Usually processes in a container are run under unprivileged user because of security reasons. But `app` user belongs to the [docker group](https://github.com/umputun/baseimage/blob/3921248df0496bdbc59…
-
### Description
edgetpu runs only with root privileges?!
How to install it for user account?
Docs also are not correct because install require root privileges on all commands not only where in exam…
-
It's a security risk to use root privileges to install Python packages from PyPI (Python Package Index).
Note that anyone can upload Python packages to PyPI, including malicious ones.
(for more deta…