Skip to content

whawty/no_new_privs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

no_new_privs -- set NO_NEW_PRIVS

A trivial program to set NO_NEW_PRIVS before execvp(3)-ing another program.

This is released under the ISC license.

Dependencies

  • Linux 3.5 or greater
    This is when PR_SET_NO_NEW_PRIVS was introduced.
  • A C99-compliant compiler
  • ronn for compiling the manpage