Skip to content
Snippets Groups Projects
Commit f92bd37f authored by ale's avatar ale
Browse files

Remove unneeded setuid bit from cgi-bin scripts

parent f53a4592
No related branches found
No related tags found
No related merge requests found
...@@ -91,6 +91,11 @@ done ...@@ -91,6 +91,11 @@ done
mkdir /var/run/mailman mkdir /var/run/mailman
chmod 1777 /var/run/mailman chmod 1777 /var/run/mailman
# We don't need the setgid bit on Mailman CGI scripts.
# Everything runs as the same user in the container, including
# the web server.
chmod g-s /usr/lib/cgi-bin/mailman/*
# Create empty dir for webroot. # Create empty dir for webroot.
mkdir /var/empty mkdir /var/empty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment