# Ensure that at least ~/.ssh has the proper context in MLS mode
[ -x /usr/sbin/sestatus ] && \
	sestatus | grep -q targeted && \
	[ -x /usr/sbin/restorecond ] && \
	/usr/sbin/restorecond -u &
