Re: [systemd-devel] Ordering units and targets with devices

2022-08-24 Thread Andrei Borzenkov
On 17.08.2022 16:23, Michael Cassaniti wrote: > Hi, > > I'm trying to order my units and targets during early boot so that: > 1. A symlink to the specific FIDO2 token I'm using gets created. I > already have a udev rule in place for this and it successfully creates > the symlink under /dev. Beca

[systemd-devel] socket activation selinux context on create

2022-08-24 Thread Ted Toth
I don't see a way to set the context of the socket that systemd listens on. If there is a way to do this please tell me otherwise I'd like to see an option (SELinuxCreateContext?) added to be able to set the context (setsockcreatecon) to be used by systemd when creating the socket. Currently as an