Home
last modified time | relevance | path

Searched refs:drop_privileges (Results 1 - 2 of 2) sorted by relevance

/third_party/libfuse/util/
H A Dmount.fuse.c251 int drop_privileges = 0; in main() local
331 "drop_privileges") == 0) { in main()
333 drop_privileges = 1; in main()
354 if (drop_privileges) { in main()
358 fprintf(stderr, "%s: drop_privileges was requested, which launches the FUSE file system fully unprivileged. In order to do so %s must be run with privileges, please invoke with CAP_SYS_ADMIN and CAP_SETPCAP (e.g. as root).\n", in main()
389 if (drop_privileges) { in main()
428 if (drop_privileges) { in main()
/third_party/nghttp2/src/
H A Dshrpx_worker_process.cc66 void drop_privileges( in drop_privileges() function
633 drop_privileges( in worker_process_event_loop()

Completed in 2 milliseconds