Commit 942b3470 authored by Lev Walkin's avatar Lev Walkin

added web group and 4550 instead of 4555 mode

parent 897a24d4
......@@ -6,8 +6,9 @@ To install, execute the following steps in this directory
CGIDIR=/path/where/webserver/CGIs/are/stored
make # Ensure the binary files are built
cp asn1c.cgi asn1c-suid-helper $CGIDIR
chmod 4555 $CGIDIR/asn1c-suid-helper
chgrp www $CGIDIR/asn1c-suid-helper # Or whatever Web server has
chown root $CGIDIR/asn1c-suid-helper
chmod 4550 $CGIDIR/asn1c-suid-helper # Make it setuid
# edit the $CGIDIR/asn1c.cgi to set up a few preferences
# in the beginning of that Perl script.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment