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