HomeSort by relevance Sort by last modified time
    Searched refs:secbits (Results 1 - 3 of 3) sorted by null

  /external/libcap/progs/
quicktest.sh 83 # only continue with these if --secbits is supported
84 ./capsh --secbits=0x2f > /dev/null 2>&1
92 pass_capsh --secbits=42 --print
93 fail_capsh --secbits=32 --keep=1 --keep=0 --print
94 pass_capsh --secbits=10 --keep=0 --keep=1 --print
95 fail_capsh --secbits=47 -- -c "./tcapsh --user=nobody"
100 fail_capsh --secbits=47 --print -- -c "./capsh --user=nobody"
103 pass_capsh --secbits=0x2f --print -- -c "./privileged --user=nobody"
106 fail_capsh --drop=cap_setuid --secbits=0x2f --print -- -c "./privileged --user=nobody"
113 pass_capsh --secbits=47 --inh=cap_setuid,cap_setgid --drop=cap_setuid
    [all...]
  /external/strace/xlat/
secbits.h 1 /* Generated by ./xlat/gen.sh from ./xlat/secbits.in; do not edit. */
29 # error static const struct xlat secbits in mpers mode
34 const struct xlat secbits[] = { variable in typeref:struct:xlat
  /external/strace/
prctl.c 55 #include "xlat/secbits.h"
125 tcp->auxstr = sprintflags("", secbits, tcp->u_rval);
269 printflags(secbits, tcp->u_arg[1], "SECBIT_???");

Completed in 786 milliseconds