patch-src_daemon_pulseaudio-system_conf 623 B

1234567891011121314151617
  1. $OpenBSD: patch-src_daemon_pulseaudio-system_conf,v 1.2 2015/03/15 08:45:10 ajacoutot Exp $
  2. --- src/daemon/pulseaudio-system.conf.orig Thu Feb 12 15:10:35 2015
  3. +++ src/daemon/pulseaudio-system.conf Mon Feb 16 14:45:37 2015
  4. @@ -21,10 +21,10 @@ License along with PulseAudio; if not, see <http://www
  5. <busconfig>
  6. - <!-- System-wide PulseAudio runs as 'pulse' user. This fragment is
  7. + <!-- System-wide PulseAudio runs as '_pulse' user. This fragment is
  8. not necessary for user PulseAudio instances. -->
  9. - <policy user="pulse">
  10. + <policy user="_pulse">
  11. <allow own="org.pulseaudio.Server"/>
  12. </policy>