daemon: strip all special suid/caps log from our startup code, we'll now rely on RealtimeKit for all high-priority/RT scheduling policy issues

This commit is contained in:
Lennart Poettering 2009-06-19 17:37:18 +02:00
parent bacc5ca6f4
commit 9c438bcac6
4 changed files with 31 additions and 285 deletions

View file

@ -25,8 +25,5 @@
#include <pulsecore/macro.h>
void pa_drop_root(void);
void pa_drop_caps(void);
void pa_limit_caps(void);
pa_bool_t pa_have_caps(void);
#endif