This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23334
Commits
1
Branch
46 MiB
Tree:
dad658c35f
lilik-openwrt-22.03
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'dad658c35f'
${ noResults }
openwrt-packages-dist
/
utils
/
lxc
/
files
/
lxc-unprivileged.defaults
4 lines
74 B
Raw
Normal View
History
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>
7 years ago
#!/bin/sh
chmod u+s /usr/bin/newuidmap && \
chmod u+s /usr/bin/newgidmap