Skip to content
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

giving root privilege to apache is left over from my gui, and not con… #766

Open
wants to merge 1 commit into
base: release-6.1
Choose a base branch
from

Conversation

georgejhunt
Copy link
Contributor

…sistent with Tim's console.
Discovered this because I need to give apache rights to change iptables and conntrack info -- which might in itself be a security problem. But one step at a time. The capture portal is too big a thing to take on all at once

@jvonau
Copy link
Member

jvonau commented Jul 23, 2016

Don't think you want iptables-save, that just captures the current rules
that are already loaded. Think you would want to use iptables -I and
iptables -D to change the running rules directly. Might be best to alter a
custom named table and just use a -J(ump) to call the custom table from the
provided built-in tables.

On Fri, Jul 22, 2016 at 6:24 PM, georgejhunt notifications@github.com
wrote:

…sistent with Tim's console.
Discovered this because I need to give apache rights to change iptables
and conntrack info -- which might in itself be a security problem. But one

step at a time. The capture portal is too big a thing to take on all at once

You can view, comment on, or merge this pull request online at:

#766
Commit Summary

  • giving root privilege to apache is left over from my gui, and not
    consistent with Tim's console

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#766, or mute the thread
https://github.com/notifications/unsubscribe-auth/AFUjvqNx0x3XFRJ1EE6h2l4CNdwN9X3Kks5qYVEcgaJpZM4JTNgL
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants