mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 15:01:00 +02:00
Don't install /sbin/selinuxenabled
We don't use this for anything, but Ansible won't run if it's present and the selinux python bindings aren't. Fixes https://github.com/coreos/bugs/issues/449
This commit is contained in:
parent
b6cfc59d32
commit
4b664e867b
@ -42,3 +42,8 @@ INSTALL_MASK="${INSTALL_MASK}
|
||||
/usr/lib*/libustr-debug*
|
||||
/usr/share/ustr-*
|
||||
"
|
||||
|
||||
# Remove selinuxenabled because it triggers breakage in Ansible
|
||||
INSTALL_MASK="${INSTALL_MASK}
|
||||
/usr/sbin/selinuxenabled
|
||||
"
|
Loading…
x
Reference in New Issue
Block a user