惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
大猫的无限游戏
大猫的无限游戏
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 司徒正美
美团技术团队
雷峰网
雷峰网
阮一峰的网络日志
阮一峰的网络日志
WordPress大学
WordPress大学
T
Tailwind CSS Blog
U
Unit 42
C
Check Point Blog
S
SegmentFault 最新的问题
Martin Fowler
Martin Fowler
Stack Overflow Blog
Stack Overflow Blog
云风的 BLOG
云风的 BLOG
L
LangChain Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
腾讯CDC
罗磊的独立博客
小众软件
小众软件
Recent Announcements
Recent Announcements
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
DataBreaches.Net

CachyOS Forum - Latest posts

Ran into a frozen black screen issue with latest update Niri Settings GUI Not Appearing Update to Gnome 50 and I'm getting black/blank screen on NVIDIA with hybrid graphics My JBL Quantum 350 headphones dont play sound 90% of the time on linux while on windows it plays audio 99% of the time Niri/Noctalia Shell notifications Getting a black screen after alt-tabbing too many times Rog-control-center Duplicate keyboard and mouse in system settings? Games running very poorly after first session (semi-solved, still need help though!) Amdgpu random hangs (does cachy perhaps plan to carry patches for this)? A little something. The adj script that replaces GNU fmt for non-ASCII text Mouse scroll wheel issues - ratchet Can't start steam after updates of today (17 April) Balena etcher or ventoy QEMU Bridge setup - Maybe already known but I found it pretty difficult to do and needed much reading Multi-boot install: what do I do about my /boot and /boot/efi partition? Do you collect all the solutions and post them on Wiki or Forum? System update - lts headers invalid or corrupted Sick to death of updates killing my games! I messed up my stuff again and cant download any thing now. error below Got Logitech MX4 with Haptic working in CachyOS Need help with the performance button on my Acer Nitro V16 AI Bailing out, you are at your own Troubles in the Starfield What is so special about the new Linux Kernel 7? "Issue: Display brightness is locked at a low level after waking from sleep on CachyOS (latest update) Balena etcher or ventoy Help with kernel update, emergency mode Issue happening only on wayland Display not recognised - low resolution
How to ensure camera is disabled?
NerdyGentleman · 2026-05-27 · via CachyOS Forum - Latest posts

I know the question sounds ambiguous so let me tell you why I am asking.

Today I opened discord on my laptop, and then my privacy notifier plugin (im on niri / noctalia shell) told me the camera was active- it seems discord, signal and pipewire trigger the camera, now I could just get some tape for my laptop camera (which I will do) but I would like it if there was some sort of plugin to just click a button and then blam camera is disabled and nothing can enable it besides me. There was a plugin like this for linux mint cinnamon but just for the microphone.

any ideas?

Isn’t there a key on your keyboard that does that?
I have that on my laptop.

Duct tape is where I first start after I get a computer because even the hackers are well capable of turning on webcams. The tape never comes off–ever.

Aside from that, I’d look into adding kernel (boot) parameters to blacklist the camera. And if you REALLY need a camera, buy a USB one. I think it will still work when plugged in, despite the blacklisting of the built-in one.

If that isn’t to your liking, just remove the kernel parameter that you added and try something else.

Blacklisting is not as “rapid” as a hotkey, but it might be more effective and quicker to implement immediately by editing the /etc/default/grub

Oli 4

Check if there is a hardware button on your keyboard. You can probably as well turn it off completely in your BIOS.

These are better than duct tape and unhackable: link

Just finally have some time to reply:

thank you everyone for the ideas, I ended up just disabling camera access to discord in flatseal, and I will be probably buying something akin to what @HardCode4All mentioned. Again, thank you!

disabling it in bios sounds interesting but I do want to be able to enable it easily if I am going to video chat with friends… however a good idea for those who want to go that way for sure.

Cina 7

If you’re this concerned about privacy (and you should be), consider the attack surface discord presents and whether it’s essential that you use it at all.

oh yeah I hear you- if it wasnt for a discord community me and my wife made together id delete all my accounts and just use signal. Discord has a lot of history for me and her.

cscs 9

I have a lappy without an integrated cover/slider..

So I keep the module entirely unloaded. Without it there is a less-than-slim chance anyone is getting anything out of the cam.

( And at the point anything malicious can remove the blacklist and reload the module .. the entire system is probably pwned in all of the ways. )

/etc/modprobe.d/blacklist.conf

[...]
# webcam (probably disabled in bios too)
blacklist uvcvideo
install uvcvideo /bin/true
[...]

Course whether one is willing to deal with which ever method or the other may be subjective.