4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
sed -i "s%^\(SELINUX=\s*\).*$%SELINUX=disabled%" /etc/selinux/config
|