Giu 23
Cannot enable executable stack as shared object requires: Permission denied
Linux | Soft! | Commenta l'articolo |
Once you find error while executing any package on a system like “cannot enable executable stack as shared object requires: Permission denied” , it is probably because of SELinux is enforced/enabled on your system.
Solution :
1. Open file /etc/selinux/config 2. change “SELINUX=enforcing” to “SELINUX=disabled” 3. Reboot
if you want to disable SELinux temporarily then just execute bellow command
$ setenforce 0
Ultimi Commenti