polkit fix (with centos package)

Rather than just removing the sticky bit on pkexec
This commit is contained in:
Paul Edwards 2022-10-20 17:31:51 +01:00
Родитель b475dfc56b
Коммит 69cddeee94
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -27,7 +27,7 @@
],
"execute_command": "chmod +x {{ .Path }}; {{ .Vars }} sudo -E sh '{{ .Path }}'",
"inline": [
"chmod 0755 /usr/bin/pkexec",
"yum -y install polkit",
"chmod +x /tmp/lustre-setup-scripts/*.sh",
"/tmp/lustre-setup-scripts/disable-selinux.sh",
"/tmp/lustre-setup-scripts/additional-pkgs.sh",