Re: [systemd-devel] Service that runs with network credentials

2019-12-05 Thread Bruno Vernay
ecause on Linux it wouldn't give you any network credentials anyway. > > -- > Mantas Mikulėnas > ___ > systemd-devel mailing list > systemd-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Bruno VERNAY ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] StartLimitBurst/StartLimitInterval not getting enforced

2019-03-05 Thread Bruno Vernay
> Thanks > > > ___ > systemd-devel mailing list > systemd-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Bruno VERNAY ___ systemd-devel ma

Re: [systemd-devel] Testing if timesyncd is synced

2019-02-20 Thread Bruno Vernay
ication. It >> does emit update signals however. >> >> -- >> Mantas Mikulėnas >> >> >> Some (old?) systems do not have adjtimex: >> >> $ adjtimex >> >> -bash: adjtimex: command not found > > > I wasn't talki

[systemd-devel] Passing secrets via persistent keyring

2018-12-27 Thread Bruno Vernay
I setup an example where a service is expecting a secret to be available in its user's persistent keyring. It can crash and restart or maybe it is a timer and it does not want to bother asking/reading secrets. It works, but I hoped to be able to remove access to the secret from the user that had

Re: [systemd-devel] Systemd and kernel keyring

2018-12-10 Thread Bruno Vernay
ssessor" has full permissions, but the "uid/gid/other" have none. (e.g. > keyctl > setperm 0x3f00). > > -- > Mantas Mikulėnas > _______ > systemd-devel mailing list > systemd-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/systemd-de

Re: [systemd-devel] Systemd and kernel keyring

2018-12-06 Thread Bruno Vernay
mailing list > systemd-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/systemd-devel > ___ > systemd-devel mailing list > systemd-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/systemd-devel > -- Bruno VERNAY ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] Playground ...

2018-07-03 Thread Bruno Vernay
use it at > various places... > > > On 01/07/2018 16:19, Bruno Vernay wrote: > > Hi, I created a few examples on various systemd features and more > to easily test and "play"https://gitlab.com/BrunoVernay/systemd-playground/ > > My hope is to get feedback, since the

[systemd-devel] Playground ...

2018-07-01 Thread Bruno Vernay
Hi, I created a few examples on various systemd features and more to easily test and "play" https://gitlab.com/BrunoVernay/systemd-playground/ My hope is to get feedback, since there are surely many things to improve. (while keeping it simple) I put links to similar projects, if I missed some, le