On Mi, 20.05.26 14:29, Leo Rydh ([email protected]) wrote: > Hi, > > I had some "issues?" where, when upgrading systemd from 1.257.8 to 1.257.13 > I get different capabilities when I try to find out the capabilities of a > service. Note as that the service is masked. I read trough some of the > release notes and could not really find anything documenting this, so I was > unsure if I should create an Issue, or if there is some reason for this > change.
There is not systemd version "1.257.8". There's only 257, 258, 259, 260, … A masked service (which you can do via "systemctl mask") is one that is forcibly invalidated, so that its precise definition is made unavailable to the system. It's a very strong operation and it means you cannot query and real details about it unit, because the whole point of masking is to make things unavailable. What you are looking for is not available. Lennart -- Lennart Poettering, Berlin
