Setting up dev env for selinux bits

This commit is contained in:
Dan Buch
2014-12-31 19:46:10 -05:00
parent 4143b4dd35
commit 2f694ba868
5 changed files with 93 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
export DEVROOT=/vagrant
export POLICY_LOCATION=${DEVROOT}/centralized/hardened-refpolicy
[[ $PS1 ]] && cd $DEVROOT
[[ -e $DEVROOT/bin/functions.sh ]] && source $DEVROOT/bin/functions.sh