selinux-policy/refpolicy/support/set_tunables

9 lines
233 B
Plaintext
Raw Normal View History

2005-06-08 13:44:23 +00:00
#!/bin/sh
# this file exists because this line is
# too hard to escape correctly in a makefile
2005-06-28 17:31:50 +00:00
if test -f $1; then
awk -F = '/^[[:blank:]]*[[:alpha:]]+/{ gsub(/[[:blank:]]*/,"") ; print "define(`"$1"_conf'\'',`"$2"'\'')" }' $1
fi