]> git.ipfire.org Git - thirdparty/lxc.git/commit
Change sys_resources to sys_resource. 1010/head
authorKarl-Johan Karlsson <creideiki@ferretporn.se>
Sun, 8 May 2016 08:38:31 +0000 (10:38 +0200)
committerKarl-Johan Karlsson <creideiki@ferretporn.se>
Sun, 8 May 2016 08:46:36 +0000 (10:46 +0200)
commit19624ecae16a06256cc1e97a3472ad2fb53e63a6
tree80ea3439d469cff2fd7ea1ebb2caf91c79fe9eea
parentbced9b015ac0c5307b609c62ae4725e8ccf3745e
Change sys_resources to sys_resource.

gentoo.moresecure.conf tries to drop the capability CAP_SYS_RESOURCES.
However, that capability doesn't exist, so the container doesn't start.
Change it to CAP_SYS_RESOURCE, according to capabilities(7).

Also correct the same typo in a comment in slackware.common.conf.

Signed-off-by: Karl-Johan Karlsson <creideiki@ferretporn.se>
config/templates/gentoo.moresecure.conf.in
config/templates/slackware.common.conf.in