diff options
author | 2003-08-01 03:04:17 +0000 | |
---|---|---|
committer | 2003-08-01 03:04:17 +0000 | |
commit | 91db5f03531ef66ec573825744c34ab05d47e081 (patch) | |
tree | 0d73b61cef4fe4bae89046934173e0e9b5ec8975 /profiles | |
parent | remove old warning (diff) | |
download | historical-91db5f03531ef66ec573825744c34ab05d47e081.tar.gz historical-91db5f03531ef66ec573825744c34ab05d47e081.tar.bz2 historical-91db5f03531ef66ec573825744c34ab05d47e081.zip |
add default policy dir (POLICYDIR)
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/selinux-x86-1.4/make.defaults | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/selinux-x86-1.4/make.defaults b/profiles/selinux-x86-1.4/make.defaults index af0a8e95e691..ddb87b024d6b 100644 --- a/profiles/selinux-x86-1.4/make.defaults +++ b/profiles/selinux-x86-1.4/make.defaults @@ -6,3 +6,4 @@ USE="x86 berkdb crypt libwww mmx ncurses nls pam python readline selinux ssl tcp ARCH="x86" COMPILER="gcc3" ACCEPT_KEYWORDS="x86" +POLICYDIR="/etc/security/selinux/src/policy" |