blob: c8e335a3aa47c52d4e05cc7696cbfcf6b0e4edc6 [file] [log] [blame]
lh758261d2023-07-13 05:52:04 -07001SUMMARY = "Run cmd under an SELinux sandbox"
2DESCRIPTION = "\
3Run application within a tightly confined SELinux domain. The default \
4sandbox domain only allows applications the ability to read and write \
5stdin, stdout and any other file descriptors handed to it."
6
7SECTION = "base"
8LICENSE = "GPLv2+"
9
10SRC_URI += "file://sandbox-de-bashify.patch \
11"
12
13DEPENDS += "libcap-ng libselinux"
14
15RDEPENDS_${PN} += "\
16 python3-core \
17 python3-math \
18 python3-shell \
19 python3-unixadmin \
20 libselinux-python \
21 selinux-python \
22"
23
24FILES_${PN} += "\
25 ${datadir}/sandbox/sandboxX.sh \
26 ${datadir}/sandbox/start \
27"