diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2003-10-06 00:23:43 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2003-10-06 00:23:43 +0000 |
commit | be6d55c5e509c75c274e3d562d47ac18e6284949 (patch) | |
tree | ad28d4c5f50511617ffcb01abb0bc2db7e0f5bfd /profiles | |
parent | Initial ebuild (diff) | |
download | gentoo-2-be6d55c5e509c75c274e3d562d47ac18e6284949.tar.gz gentoo-2-be6d55c5e509c75c274e3d562d47ac18e6284949.tar.bz2 gentoo-2-be6d55c5e509c75c274e3d562d47ac18e6284949.zip |
mask selinux
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/gcc33-sparc64-1.4/use.mask | 4 | ||||
-rw-r--r-- | profiles/hardened-x86-1.4/use.mask | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/profiles/gcc33-sparc64-1.4/use.mask b/profiles/gcc33-sparc64-1.4/use.mask index 7cb7a34a1727..05b2aa8ba27a 100644 --- a/profiles/gcc33-sparc64-1.4/use.mask +++ b/profiles/gcc33-sparc64-1.4/use.mask @@ -19,3 +19,7 @@ alpha mips hppa arm + +# Chris PeBenito <pebenito@gentoo.org> +# must use a SELinux profile +selinux diff --git a/profiles/hardened-x86-1.4/use.mask b/profiles/hardened-x86-1.4/use.mask new file mode 100644 index 000000000000..54021e6ada55 --- /dev/null +++ b/profiles/hardened-x86-1.4/use.mask @@ -0,0 +1,4 @@ + +# Chris PeBenito <pebenito@gentoo.org> +# must use a SELinux profile +selinux |