]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-8195 Compatibility with Solaris 11 process privileges
authorStanislav Sinyagin <ssinyagin@k-open.com>
Tue, 22 Sep 2015 09:01:07 +0000 (09:01 +0000)
committerStanislav Sinyagin <ssinyagin@k-open.com>
Sat, 3 Oct 2015 01:52:37 +0000 (01:52 +0000)
commit9461ed13358eb0231ab75871158eae92dab66cd2
tree29714f1247d1b7ee75741e3405baa4fe9361929c
parent2184af8ea629982c5dbd1a3979e714740d7e9a4c
FS-8195 Compatibility with Solaris 11 process privileges

Now the daemon manages its privileges correctly, so that -rp, -u,
-g and -lp can be supported, also in a Solaris zone.

Also fixed a problem that switch_log_printf() was used before the
logger was initialized, so the messages were sent to nowhere.
configure.ac
src/include/switch_core.h
src/switch.c
src/switch_core.c