librarize run_as
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 20 Dec 2011 23:01:10 +0000 (18:01 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 20 Dec 2011 23:01:10 +0000 (18:01 -0500)
commit60b6c79cedc1023732ff0935aa85b5d0d1c2bcbf
tree430107fc70e3c8278b0d7ef66cd8005b20459809
parent67f747d8095da3f240f71e33c4a1eb0f84aa5e41
librarize run_as

still TODO: finish open_run_as -- need to pass the file descriptor back
to the parent. Currently using a racy open+fchown work-around.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
15 files changed:
Makefile.am
configure.ac
include/Makefile.am
include/runas.h [new file with mode: 0644]
liblttng-kconsumer/lttng-kconsumer.c
liblttng-ustconsumer/Makefile.am
liblttng-ustconsumer/lttng-ustconsumer.c
librunas/Makefile.am [new file with mode: 0644]
librunas/runas.c [new file with mode: 0644]
lttng-consumerd/Makefile.am
lttng-sessiond/Makefile.am
lttng-sessiond/main.c
lttng-sessiond/ust-app.c
lttng-sessiond/utils.c
lttng-sessiond/utils.h
This page took 0.027464 seconds and 5 git commands to generate.