Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

Commit

Permalink
Release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
leonnnn committed Mar 6, 2019
1 parent a9d7128 commit 2be6ed4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Release xxx:
Release 0.4:
• Security: Refuse to run if wayland session is detected. Running in a wayland
is insecure.

Release 0.3:
• Enhancement: Make pyxtrlock conform to the XDG specification. Patch by
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,14 @@ mailing list.

Bugs & Limitations
------------------
Additional input devices other than the keyboard and mouse are not disabled.
Pyxtrlock can only securely lock X11 sessions. Running pyxtrlock in other
session types, such as Wayland, is insecure and not supported. Pyxtrlock tries
to detect Wayland sessions and abort with an error message.

Pyxtrlock does not prevent a user from switching to a virtual
terminal, so be advised to always log out from your terminals.

Although this is not a bug, please note that pyxtrlock does not
prevent a user from switching to a virtual terminal, so be advised to
always log out from your terminals.
Additional input devices other than the keyboard and mouse are not disabled.

The length of the password is limited to 100 KiB to prevent memory
exhaustion attacks. This limit can only be adapted in the source code.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
]

setup(name='pyxtrlock',
version='0.4alpha',
version='0.4',
author=authors,
author_email='[email protected]',
requires=['simplepam', 'pyxdg'],
packages=['pyxtrlock'],
scripts=['bin/pyxtrlock'],
license='GPLv3+',
url='https://zombofant.net/hacking/pyxtrlock',
url='https://github.com/leonnnn/pyxtrlock',
description=desc,
long_description=long_desc,
classifiers=classifiers
Expand Down

0 comments on commit 2be6ed4

Please sign in to comment.