boltgolt/howdy

Require confirmation of recognition

开放

#218 创建于 2019年6月2日

 (5 条评论) (13 个反应) (0 位负责人)Python (268 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (4,836 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Hi, first of all: many thanks for this little peace of code, great work!

I do currently though have slight security concerns about using it. I do not fear abusive colleagues or me mistyping sudo, but a peace of malware code that tries to execute sudo. Just because I am sitting in front of the laptop does not mean that I want everything that tries to execute with sudo to be executed with sudo.

Is it possible to add a required confirmation before the face recognition is successful? This can be as little as pressing "Enter". So the face get's recognized and then "Enter" has to be pressed to proceed.

This would allow to be sure about what actually uses sudo and what should not.

贡献者指南