ishikawa84g

とりあえず起動するまで

Aug 24th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. # sed -i "s/\(^SELINUX=\).*/\1permissive/" /etc/selinux/config
  2. # fixfiles onboot
  3. # semanage fcontext -a -t mysqld_db_t "/data(/.*)?"
  4. # restorecon -RF /data
  5. # setsebool -P httpd_can_network_connect 1
  6. # sed -i "s/\(^SELINUX=\).*/\1enenforcing/" /etc/selinux/config
Advertisement
Add Comment
Please, Sign In to add comment