mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-21 06:59:59 -05:00
add module-combine
remove option "stay-root" clean up pa_conf git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@199 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
829656c5fc
commit
8c6593dabf
21 changed files with 469 additions and 81 deletions
12
polyp/config
12
polyp/config
|
|
@ -31,11 +31,10 @@
|
|||
|
||||
## Renice the daemon to level -15 and try to get SCHED_FIFO
|
||||
## scheduling. This a good idea if you hear annyoing noise in the
|
||||
## playback. However, this is a certain security issue.
|
||||
; high-priority = 0
|
||||
|
||||
## Don't drop root rights on startup if called SUID root.
|
||||
; stay-root = 0
|
||||
## playback. However, this is a certain security issue, since it works
|
||||
## when called SUID root only. root is dropped immediately after gaining
|
||||
## the nice level and SCHED_FIFO scheduling on startup.
|
||||
high-priority = 0
|
||||
|
||||
## Disallow module loading after startup
|
||||
; disallow-module-loading = 0
|
||||
|
|
@ -48,7 +47,8 @@
|
|||
module-idle-time = 20
|
||||
|
||||
## The path were to look for dynamic shared objects (DSOs aka plugins).
|
||||
## Specify an empty string for the default search path.
|
||||
## Specify an empty string for the default search path. You may specify
|
||||
## more than one path seperated by colons.
|
||||
; dl-search-path =
|
||||
|
||||
## The default script file to load. Specify an empty string for not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue