area/securitycomponent/stage1help wantedkind/enhancement
Description
Recent changes to rkt have allowed us to perform a large subset of rkt commands (image list, fetch, etc) as an unprivileged user. It would be nice if it was possible to do ALL rkt operations this way: the elephant in the room is run, which historically requires root privileges for several operations (chroot, setting up network namespaces).
For the default rkt stage1, this would likely be predicated on systemd-nspawn gaining this ability. Relevant systemd thread: http://lists.freedesktop.org/archives/systemd-devel/2015-February/028024.html
Another option is to explore using unc to create containers: #1318