open-nomad/drivers/shared
Elvis Pranskevichus 11a9bb6ce7
drivers/exec: Fix handling of capabilities for unprivileged tasks (#16643)
Currently, the `exec` driver is only setting the Bounding set, which is
not sufficient to actually enable the requisite capabilities for the
task process.  In order for the capabilities to survive `execve`
performed by libcontainer, the `Permitted`, `Inheritable`, and `Ambient`
sets must also be set.

Per CAPABILITIES (7):

> Ambient: This is a set of capabilities that are preserved across an
> execve(2) of a program that is not privileged.  The ambient capability
> set obeys the invariant that no capability can ever be ambient if it
> is not both permitted and inheritable.
2023-03-28 12:12:55 -04:00
..
capabilities
eventer
executor drivers/exec: Fix handling of capabilities for unprivileged tasks (#16643) 2023-03-28 12:12:55 -04:00
hostnames deps: Update ioutil library references to os and io respectively for drivers package (#16331) 2023-03-08 10:31:09 -06:00
resolvconf deps: Update ioutil library references to os and io respectively for drivers package (#16331) 2023-03-08 10:31:09 -06:00