set_no_new_privs(1)
set_no_new_privs - set the no_new_privs thread attribute
set_no_new_privs command [args...]++ set_no_new_privs
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.
prctl(2)