Re: [PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access via /dev/bpf
From: Jordan Glover <hidden>
Date: 2019-08-16 11:34:10
Also in:
bpf, linux-api, netdev
From: Jordan Glover <hidden>
Date: 2019-08-16 11:34:10
Also in:
bpf, linux-api, netdev
On Friday, August 16, 2019 9:59 AM, Thomas Gleixner [off-list ref] wrote:
On Fri, 16 Aug 2019, Jordan Glover wrote:quoted
"systemd --user" service? Trying to do so will fail with: "Failed to apply ambient capabilities (before UID change): Operation not permitted" I think it's crucial to clear that point to avoid confusion in this discussion where people are talking about different things. On the other hand running "systemd --system" service with: User=nobody AmbientCapabilities=CAP_NET_ADMIN is perfectly legit and clears some security concerns as only privileged user can start such service.While we are at it, can we please stop looking at this from a systemd only perspective. There is a world outside of systemd. Thanks, tglx
If you define: "systemd --user" == unprivileged process started by unprivileged user "systemd --system" == process started by privileged user but run as another user which keeps some of parent user privileges and drops others you can get rid of "systemd" from the equation. "systemd --user" was the example provided by Alexei when asked about the usecase but his description didn't match what it does so it's not obvious what the real usecase is. I'm sure there can be many more examples and systemd isn't important here in particular beside to understand this specific example. Jordan