# File lib/openshift-origin-node/model/unix_user.rb, line 747 def set_selinux_context(path) mcs_label=get_mcs_label(@uid) shellCmd("restorecon -R #{path}") shellCmd("chcon -R -l #{@mcs_label} #{path}") end