Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

It is now possible to run only bin/manage_tuntap script via sudo, not /bi #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sv75
Copy link

@sv75 sv75 commented Sep 25, 2011

It is now possible to run only bin/manage_tuntap script via sudo, not /bin/sh.
This is very important if netkit is used on public computers. Starting /bin/sh via sudo is rather bad idea.

Now your /etc/sudoers could contain just a line like this:
student ALL=NOPASSWD: /usr/local/netkit/bin/manage_tuntap

This commit fixes the #17 issue.

… /bin/sh.

This is very important if netkit is used on public computers. Starting /bin/sh via sudo is rather bad idea.

Now your /etc/sudoers could contain just a line like this:
student ALL=NOPASSWD: /usr/local/netkit/bin/manage_tuntap

This commit fixes the maxonthegit#17 issue.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant