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

set mimic back to SuperUser #616

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

Conversation

red031000
Copy link
Contributor

mimic is an extremely powerful command, allowing the user to send a command as any other user, as such it should only be accessable to those who are most trusted, which is the superuser group

@samfundev
Copy link
Owner

The mimic command only allows you to mimic users of equal or lower rank. So I'm not sure it needs to be SuperUser.

@red031000
Copy link
Contributor Author

while that is true, it is still a very powerful command that is (potentially) open to abuse, and imo should be for the most trusted group only to mitigate that risk

@samfundev
Copy link
Owner

Could you explain what abuse you think could happen using this command? I can't think of any abuse that would be unique to the mimic command.

@red031000
Copy link
Contributor Author

while it is true users are restricted to lower or the same access level and abuse of powers can't really happen, I can see mis-attribution of commands happening, with commands running through mimic processed exactly as if another user has run them. when I programmed mimic years ago, it was intended to be used mainly for testing commands as another user

@samfundev
Copy link
Owner

You can't misattribute who ran a command using mimic. Since the mimic command itself is logged, so you could prove that the mimic command was used on you.

@red031000
Copy link
Contributor Author

I suppose that is true, I still would like it to be SuperUser however, as that was the original intention

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.

2 participants