0

i'm on opensuse 12.3 and the owner of my /run/user/$UID/pulse folder gets changed to root:root every now and then resulting in pulseaudio not beeing able to start:

[autospawn] core-util.c: Failed to create secure directory (/run/user/1000/pulse): Permission denied [autospawn] lock-autospawn.c: Cannot access autospawn lock. [pulseaudio] main.c: Failed to acquire autospawn lock

is there a way to monitor WHEN and WHO (user, pid, program name) changes the owner? does not seem to work with inotify, however i thought it may work with audit, but i'm unable to come up with something from the docs. or is there another way?

brian_j
  • 61
  • 1
  • 5

1 Answers1

0

You may try tripwire or iwatch, but iwatch hasn't been updated for quite a few years.

reference:
log who creates files in a directory, maybe using inotify

Community
  • 1
  • 1
zeekvfu
  • 3,344
  • 1
  • 22
  • 19