mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 12:20:40 +00:00
Set SELinux default context in RHEL6 postscript.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8552 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -115,4 +115,7 @@ echo "$TMP" > /tmp/mypostscript
|
||||
/tmp/mypostscript
|
||||
|
||||
# Master/service node variable set by nodeset
|
||||
updateflag.awk replace_master 3002
|
||||
updateflag.awk replace_master 3002
|
||||
|
||||
# Restore default SELinux security context
|
||||
restorecon -R -v /root/.ssh
|
Reference in New Issue
Block a user