Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 495 Bytes

File metadata and controls

23 lines (14 loc) · 495 Bytes

set_no_new_privs(1)

NAME

set_no_new_privs - set the no_new_privs thread attribute

SYNOPSIS

set_no_new_privs command [args...]++ set_no_new_privs

DESCRIPTION

set_no_new_privs sets the no_new_privs thread attribute to 1 and executes command with the provided args, causing the behaviour defined in prctl(2) for PR_SET_NO_NEW_PRIVS.

If no argument is provided, set_no_new_privs will print the value of the of the no_new_privs attribute.

SEE ALSO

prctl(2)