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

  /external/e2fsprogs/misc/
uuidd.c 455 int timeout = 0, quiet = 0, drop_privs = 0; local
468 drop_privs = 1;
472 drop_privs = 1;
483 drop_privs = 1;
490 drop_privs = 1;
494 drop_privs = 1;
505 drop_privs = 1;
512 if (uid && drop_privs) {
  /external/ltp/testcases/kernel/fs/read_all/
read_all.c 94 static char *drop_privs; variable
111 {"p", &drop_privs,
260 if (!drop_privs)
  /external/selinux/sandbox/
seunshare.c 80 static int drop_privs(uid_t uid) function
154 if (drop_privs(uid) != 0) exit(-1);
784 if (drop_privs(uid) != 0) goto childerr;

Completed in 2848 milliseconds