aboutsummaryrefslogtreecommitdiffstats
path: root/community/lxcfs/lxcfs.initd
Commit message (Collapse)AuthorAgeFilesLines
* community/lxcfs: Modprobe modules instead of failing when absentAin2018-08-301-9/+1
| | | | | | | | Previously, lxcfs failed when the kernel modules were not listed the lsmod output. Built-in kernel modules never show up in lsmod, thus the service could not be properly started on such systems. Fixes #9214.
* community/lxcfs: replace chownmap with uidmapshiftStuart Cardall2016-09-171-4/+3
| | | | uidmapshift is a lua script that is much faster remapping larger containers.
* testing/lxcfs: fix build & move to communityStuart Cardall2016-09-151-0/+144
this enables unprivileged lxc containers on the vanilla kernel full instructions in README.alpine