aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
AgeCommit message (Collapse)AuthorFilesLines
2024-01-01update copyright for 2024HEADmainGravatar Christian Hesse3-3/+3
2023-01-03update copyright for 2023Gravatar Christian Hesse3-3/+3
2022-01-03update copyright for 2022Gravatar Christian Hesse3-3/+3
2021-01-01update copyright for 2021Gravatar Christian Hesse3-3/+3
2020-11-25clearly state the licenseGravatar Christian Hesse3-6/+12
2020-02-08update copyright for 2020Gravatar Christian Hesse3-3/+3
2019-01-01update copyright for 2019Gravatar Christian Hesse3-3/+3
2018-01-02update copyright for 2018Gravatar Christian Hesse3-3/+3
2017-10-30allow access to the service status notification socketGravatar Christian Hesse1-0/+1
2017-10-30make sure the worker is run from systemd serviceGravatar Christian Hesse1-1/+1
2017-10-30add missing header commentGravatar Christian Hesse1-0/+5
2017-09-22run ykfde-worker after ykfde-2f, but do not requireGravatar Christian Hesse1-1/+0
2017-09-16update for recent keyring changes in systemdsystemd-v235Gravatar Christian Hesse3-0/+3
With systemd v235 we will have new KeyringMode= for services. Setting KeyringMode=shared allows to share secrets between services. Use that for our services. As udev is not started with a shared keyring we can not run the worker directly. Instead always start the service.
2017-06-22rename the worker programGravatar Christian Hesse1-1/+1
This is no longer just udev... So rename and move.
2017-06-20Rework the code, update keyring handlingsystemd-v233Gravatar Christian Hesse1-8/+2
This had some historical issue... So rework the code: * split into more functions * drop the sleep and notify logic * update keyring handling Depending on setup and systemd version (233 and up) the keyring handling fails. Try to fix this by... * writing to session keyring first * setting permissions * linking to user keyring * unlinking from session keyring https://mjg59.dreamwidth.org/37333.html
2017-03-02systemd-ask-password: give id as suggested by man pageGravatar Christian Hesse1-1/+1
2017-03-02update copyright for 2017Gravatar Christian Hesse2-2/+2
2016-05-22add comment about sleepGravatar Christian Hesse1-0/+3
Is there any better way than sleeping?
2016-05-22do not write password to logsystemd-v230Gravatar Christian Hesse1-1/+1
This requires systemd-ask-password with option --no-output, so it depends on systemd v230 (or commit a5a4e365).
2016-05-22fix start order of unitsGravatar Christian Hesse1-0/+1
2016-05-22drop shell script and implement with systemd unitsGravatar Christian Hesse3-19/+19
2016-04-04do not write second factor to stdout (and log to journal)Gravatar Christian Hesse1-1/+1
Signed-off-by: Christian Hesse <mail@eworm.de>
2016-04-04let systemd-ask-password add the key to store and drop keyctlsystemd-v227Gravatar Christian Hesse1-3/+1
Signed-off-by: Christian Hesse <mail@eworm.de>
2016-01-19add condition for query of 2nd factorGravatar Christian Hesse1-0/+1
2016-01-18rename ykfde-cpio.service -> ykfde.serviceGravatar Christian Hesse1-0/+0
2016-01-18irgnore bad exit status for ykfdeGravatar Christian Hesse1-1/+1
2016-01-18create archive on shutdownGravatar Christian Hesse1-0/+1
2016-01-16We have support for second factor. Yeah!Gravatar Christian Hesse2-0/+36
2014-12-23rename systemd service to ykfde-cpioGravatar Christian Hesse1-0/+0
2014-12-23support updating the challenge on bootGravatar Christian Hesse1-0/+11