Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


SE Linux is automatically disabled during installation of nmsprime-base.

See: https://github.com/schmto/nmsprime/blob/dev/Install/after_install.sh

Code Block
languagebash
#
# disable SE linux
#
sed -i "s/^SELINUX=enforcing$/SELINUX=disabled/" /etc/sysconfig/selinux
setenforce  0


Info
titlealternative
# or prevent blocking the app/storage directory
sudo su
chcon -R -h -t httpd_sys_script_rw_t /var/www/lara/storage