Drew DeVault
Drew DeVault
I'm not adding yubico-specific code to swaylock.
>so I can easily change the tty and `pkill swaylock` Don't leave yourself logged in on other ttys, then? You still have to enter a password at getty unless you...
Sway *can* do this, not that it does do it. PAM works fine now without root. I'm not making it root.
Patches welcome, but I haven't changed my mind about swaylock running as a normal user.
swaylock can fork, drop root on the parent, and use the child to call `getspnam`, which works on FreeBSD. It then drops root and validates passwords over a pipe. I...
You should prioritize this or add a warning to the page, as it stands now the site is quickly becoming misinformation.
Should be straightforward to add a notice that the page is outdated, even in your spare time.
It's not an exaggeration, it's a fact. This document is literally [outdated](https://duckduckgo.com/?q=define+outdated&ia=definition). The idiomatic way to format strings is now f-strings, and this document should be updated to reflect that...
Python 3.6 has been the latest *stable* version of Python for 7 months now, it's not like this is an experimental feature.
The performance is comparible in more realistic scenarios - this one is pretty contrived. But, ultimately, I think that if your shell's performance is the bottleneck in your system, then...