-
Notifications
You must be signed in to change notification settings - Fork 647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tor: fix permission issue #286
Conversation
| @@ -0,0 +1,18 @@ | |||
| #!/usr/local/bin/php | |||
| <?php | |||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing copyright header
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fichtner added the header to this and the two other files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please commit :)
* setup: set permissions for the log file and create it when missing * create dirs for hidden services * Update make_hidden_service_dirs.php * Tor: add pid dir to setup.sh * add copyright header to PHP files (cherry picked from commit 8b27475)
@fichtner I got a bug report in the forum:
https://forum.opnsense.org/index.php?topic=5995.0
This includes the fixes for this and another hidden service bug.