-
-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
51 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,5 +100,8 @@ ENV/ | |
# mypy | ||
.mypy_cache/ | ||
|
||
# Ignore generated models | ||
# generated models | ||
/models | ||
|
||
# config file | ||
config.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Ubuntu Howdy | ||
|
||
Windows Hello™ style authentication for Ubuntu | ||
|
||
Notes: | ||
|
||
tail /var/log/auth.log | ||
|
||
/etc/pam.d/sudo | ||
auth sufficient pam_python.so /path/to/pam.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# The certainty of the detected face belonging to the user of the account | ||
# On a scale from 1 to 10, values above 5 are not recomended | ||
certainty = 3 | ||
|
||
# The number of frames to capture and to process before timing out | ||
frame_count = 120 | ||
|
||
# The /dev/videoX id to capture frames from | ||
# On my laptop, video0 is the normal camera and video1 is the IR version | ||
device_id = 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters