blob: c50c81583d4bdfd11820cf6352f4c9ee46783251 (
plain)
1
2
3
4
|
# The suexec binaries basically do no more than setuid/setgid before executing a
# CGI script. As these operations require root privileges but Apache drops its
# privileges, the binary needs to have the setuid bit set
setuid-binary usr/lib/apache2/suexec-__TYPE__ 4754 root/www-data
|