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

exec functions #76

Closed
wants to merge 3 commits into from
Closed

exec functions #76

wants to merge 3 commits into from

Commits on Apr 8, 2018

  1. Implement basic exec functions

    Implement execve, execl, and execv and implement setuid and setgid.
    
    Co-authored-by: Dan Robertson <[email protected]>
    sajattack and dlrobertson committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    a128a4c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Update lib.rs

    sajattack authored Apr 9, 2018
    Configuration menu
    Copy the full SHA
    74d477f View commit details
    Browse the repository at this point in the history
  2. Remove paren

    sajattack authored Apr 9, 2018
    Configuration menu
    Copy the full SHA
    15c57fc View commit details
    Browse the repository at this point in the history