Searched refs:selinux (Results 1 - 11 of 11) sorted by relevance

/systemd/test/TEST-06-SELINUX/
H A Dtest-selinux-checks.sh7 echo 1 >/sys/fs/selinux/enforce
H A Dtest.sh8 # selinux-policy-targeted
9 # selinux-policy-devel
13 KERNEL_APPEND="$KERNEL_APPEND selinux=1"
57 ExecStart=/test-selinux-checks.sh
80 ConditionSecurity=selinux
84 ExecStart=/bin/sh -x -c 'echo 0 >/sys/fs/selinux/enforce && cd /systemd-test-module && make -f /usr/share/selinux/devel/Makefile load && rm /.load-systemd-test-module'
94 local _modules_dir=/var/lib/selinux
101 local _policy_headers_dir=/usr/share/selinux/devel
103 inst_dir /usr/share/selinux
[all...]
/systemd/src/core/
H A Dselinux-setup.c25 #include <selinux/selinux.h>
30 #include "selinux-setup.h"
31 #include "selinux-util.h"
H A Dselinux-access.c20 #include "selinux-access.h"
25 #include <selinux/avc.h>
26 #include <selinux/selinux.h>
39 #include "selinux-util.h"
H A Dexecute.c40 #include <selinux/selinux.h>
89 #include "selinux-util.h"
/systemd/src/basic/
H A Dselinux-util.c30 #include <selinux/context.h>
31 #include <selinux/label.h>
32 #include <selinux/selinux.h>
39 #include "selinux-util.h"
/systemd/src/udev/
H A Dudev-node.c30 #include "selinux-util.h"
279 bool selinux = false; local
302 if (streq(name, "selinux")) {
303 selinux = true;
325 if (!selinux)
/systemd/src/journal/
H A Djournald-stream.c24 #include <selinux/selinux.h>
44 #include "selinux-util.h"
H A Djournald-server.c21 #include <selinux/selinux.h>
65 #include "selinux-util.h"
1177 CMSG_SPACE(NAME_MAX)]; /* selinux label */
/systemd/test/
H A Dtest-functions70 selinux=0 \
125 # don't forget KERNEL_APPEND='... selinux=1 ...'
131 local _conf_dir=/etc/selinux
148 ConditionSecurity=selinux
152 ExecStart=/bin/sh -x -c 'echo 0 >/sys/fs/selinux/enforce && fixfiles -f -F relabel && rm /.autorelabel && systemctl --force reboot'
/systemd/src/nspawn/
H A Dnspawn.c31 #include <selinux/selinux.h>
226 " -Z --selinux-context=SECLABEL\n"
229 " -L --selinux-apifs-context=SECLABEL\n"
376 { "selinux-context", required_argument, NULL, 'Z' },
377 { "selinux-apifs-context", required_argument, NULL, 'L' },

Completed in 1650 milliseconds