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

libcontainer: use additional functions and constants from x/sys/unix #1519

Merged
merged 2 commits into from
Jul 17, 2017
Merged

libcontainer: use additional functions and constants from x/sys/unix #1519

merged 2 commits into from
Jul 17, 2017

Commits on Jul 13, 2017

  1. libcontainer: use ParseSocketControlMessage/ParseUnixRights from x/sy…

    …s/unix
    
    Use ParseSocketControlMessage and ParseUnixRights from
    golang.org/x/sys/unix instead of their syscall equivalent.
    
    Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
    tklauser committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    54d27be View commit details
    Browse the repository at this point in the history
  2. libcontainer: use PR_SET_NO_NEW_PRIVS from x/sys/unix

    Use PR_SET_NO_NEW_PRIVS defined in golang.org/x/sys/unix instead of
    manually defining it.
    
    Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
    tklauser committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    4019833 View commit details
    Browse the repository at this point in the history