mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
lxc: add lxc-unprivileged helper package for unprivileged containers
LXC requires newuidmap and newguidmap with SUID to run unprivileged containers. This package should help users make sure they are available. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
chmod u+s /usr/bin/newuidmap && \
|
||||
chmod u+s /usr/bin/newgidmap
|
||||
Reference in New Issue
Block a user