You are not logged in.
Pages: 1
I am trying to see when the webcam is used and if it is activated out of order, for privacy reasons. Where can I find the log file for the camera, when it was used and by what? Or if it is even possible.
My device is a Razer Blade Stealth early 2019 Base model.
Offline
plain accesses will likely be in dmesg/the kernel log and hence the journal, if you want to be sure define an audit rule
Offline
I looked into the dmesg and journalctl again but they don't seem to be reporting access. For audit, would I be able to watch the file for the device? /dev/videoX? Or what should I be watching? The wiki doesn't seem to mention anything about devices, or I can't see it.
Offline
You would, anything that accesses the webcam would have to access that file at some point. Don't have the webcam right now, but e.g. it's the same for audio devices
sudo fuser -v /dev/snd/*
USER PID ACCESS COMMAND
/dev/snd/controlC0: videl 860 F.... pulseaudio
/dev/snd/controlC1: videl 860 F.... pulseaudio
/dev/snd/controlC2: videl 860 F.... pulseaudioLast edited by V1del (2019-10-24 02:08:16)
Offline
Pages: 1