selinux-policy/refpolicy/support/set_tunables
Chris PeBenito 84eb353cd9 more fixes
2005-06-08 13:44:23 +00:00

8 lines
189 B
Bash
Executable File

#!/bin/sh
# this file exists because this line is
# too hard to escape correctly in a makefile
egrep -v '^[[:blank:]]*(\#.*)?$' $1 \
| awk '{ print "define(`"$1"_conf'\'',`"$3"'\'')" }'