mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
selinux: include libselinux-utils as well
This adds things like getenforce and setenforce. Signed-off-by: Tycho Andersen <tycho@docker.com>
This commit is contained in:
parent
ae423e428b
commit
7c873da17b
@ -9,6 +9,7 @@ RUN \
|
||||
e2fsprogs \
|
||||
e2fsprogs-extra \
|
||||
policycoreutils \
|
||||
libselinux-utils \
|
||||
&& true
|
||||
|
||||
COPY . ./
|
||||
|
@ -1,7 +1,7 @@
|
||||
kernel:
|
||||
image: "mobylinux/kernel-selinux:4.9.x"
|
||||
cmdline: "console=ttyS0 page_poison=1 security=selinux selinux=1"
|
||||
init: "mobylinux/init:b0379db477e4453fcab55832d685233e7e3cec86"
|
||||
init: "mobylinux/init:b5249a412536b4e69f8e1f668680d2ae185cc505"
|
||||
system:
|
||||
- name: sysctl
|
||||
image: "mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c"
|
||||
|
Loading…
Reference in New Issue
Block a user