mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
c40a0ca3a3
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>
5 lines
74 B
Bash
5 lines
74 B
Bash
#!/bin/sh
|
|
|
|
chmod u+s /usr/bin/newuidmap && \
|
|
chmod u+s /usr/bin/newgidmap
|