3 lines
83 B
Bash
3 lines
83 B
Bash
#!/bin/bash
|
|
|
|
sed -i 's@^SELINUX=enforcing@SELINUX=permissive@' /etc/selinux/config
|