View | Details | Raw Unified | Return to bug 49199
Collapse All | Expand All

(-)fapolicyd/init/fagenrules.orig (-3 / +3 lines)
Lines 122-130 Link Here
122
122
123
# Restore context on MLS system.
123
# Restore context on MLS system.
124
# /tmp is SystemLow & fapolicyd.rules is SystemHigh
124
# /tmp is SystemLow & fapolicyd.rules is SystemHigh
125
if [ -x /usr/sbin/restorecon ] ; then
125
# if [ -x /usr/sbin/restorecon ] ; then
126
	/usr/sbin/restorecon -F ${DestinationFile}
126
# 	/usr/sbin/restorecon -F ${DestinationFile}
127
fi
127
# fi
128
rm -f ${TmpRules}
128
rm -f ${TmpRules}
129
129
130
try_load
130
try_load

Return to bug 49199