当我在 Ubuntu 19.10 上关闭笔记本电脑时,我想阻止其他人访问我的计算机并隐藏屏幕上显示的任何内容。
现在,当我打开盖子时,桌面会显示一小会儿,然后登录屏幕就会出现。
现在,任何闯入我办公室的人都可以使用摄像机拍摄屏幕锁定前的瞬间,并可能看到在我的桌面上打开的机密信息。
我该如何避免这个隐私问题?
答案1
操作系统:Ubuntu 19.10
我可以在以下情况下重现该问题。
如果文件/etc/systemd/logind.conf
未受影响且 gsettings 值也未受影响
gsettings list-recursively | grep "ac-action \|e-battery-action '"
org.gnome.settings-daemon.plugins.power lid-close-ac-action 'suspend'
org.gnome.settings-daemon.plugins.power lid-close-battery-action 'suspend'
解决方法:
编辑文件/etc/systemd/logind.conf
并将行更改
#HandleLidSwitch=.....
为HandleLidSwitch=lock
不确定是否需要重新启动或此命令systemctl restart systemd-logind.service
。 我已经重新启动并且按预期工作。
参考:
http://tipsonubuntu.com/2018/04/28/change-lid-close-action-ubuntu-18-04-lts/
http://manpages.ubuntu.com/manpages/eoan/man5/logind.conf.5.html
以上链接中的部分内容
HandlePowerKey=, HandleSuspendKey=, HandleHibernateKey=, HandleLidSwitch=,
HandleLidSwitchExternalPower=, HandleLidSwitchDocked=
Controls how logind shall handle the system power and sleep keys and the lid switch to
trigger actions such as system power-off or suspend. Can be one of "ignore",
"poweroff", "reboot", "halt", "kexec", "suspend", "hibernate", "hybrid-sleep",
"suspend-then-hibernate", and "lock".
答案2
这个问题没有真正的解决办法已知错误。这是一个尚未解决的图形驱动程序问题。
解决此安全问题的一个方法是将合上盖子时的操作设置为“锁定”而不是“暂停”