Last change
on this file since 105 was
100,
checked in by presbrey, 18 years ago
|
scripts SELinux strict module
|
File size:
446 bytes
|
Line | |
---|
1 | include /usr/share/selinux/devel/Makefile |
---|
2 | #include /usr/share/selinux/devel/include/Makefile |
---|
3 | |
---|
4 | /usr/share/selinux/devel/include/Makefile: |
---|
5 | yum -y install selinux-policy-devel |
---|
6 | |
---|
7 | build/%.fc: %.fc |
---|
8 | rm -rf tmp |
---|
9 | |
---|
10 | install: |
---|
11 | /usr/sbin/semodule -i admof.pp; |
---|
12 | /usr/sbin/semodule -i nagios-nrpe.pp; |
---|
13 | /usr/sbin/semodule -i openafs.pp; |
---|
14 | /usr/sbin/semodule -i scripts.pp; |
---|
15 | /usr/sbin/semodule -i signup.pp; |
---|
16 | /usr/sbin/semodule -i zephyr.pp; |
---|
17 | /usr/sbin/getenforce |
---|
Note: See
TracBrowser
for help on using the repository browser.