Lines Matching refs:module
72 cat <<EOF >$initdir/etc/systemd/system/load-systemd-test-module.service
74 Description=Load systemd-test module
81 ConditionPathExists=|/.load-systemd-test-module
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'
90 touch $initdir/.load-systemd-test-module
92 ln -fs load-systemd-test-module.service $initdir/etc/systemd/system/basic.target.wants/load-systemd-test-module.service
109 mkdir $initdir/systemd-test-module
110 cp systemd_test.te $initdir/systemd-test-module
111 cp systemd_test.if $initdir/systemd-test-module