mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
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
|