* Sat Apr 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme

- fix init-accounts [SME: 12546]
This commit is contained in:
2024-04-13 04:35:40 -04:00
parent 8a0ed79245
commit cae29fee3b
2 changed files with 6 additions and 3 deletions

View File

@@ -68,10 +68,10 @@ if ( $apacheuidtest != '102' )
#order is essential there: --setugids then --setperms, or suid guid perms will be lost
warn "failed to fix user group ids for apache" unless (
system("/bin/rpm --setugids httpd mod_auth_tkt mod_ssl php pwauth 2> /dev/null") == 0
system("/bin/rpm --setugids httpd mod_auth_tkt mod_ssl pwauth 2> /dev/null") == 0
);
warn "failed to fix permissions for apache" unless (
system("/bin/rpm --setperms httpd mod_auth_tkt mod_ssl php pwauth 2> /dev/null") == 0
system("/bin/rpm --setperms httpd mod_auth_tkt mod_ssl pwauth 2> /dev/null") == 0
);
# delete unwanted user accounts