]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/smack-setup: add helper function for openat+fdopen
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 4 Apr 2019 09:27:21 +0000 (11:27 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 12 Apr 2019 09:44:57 +0000 (11:44 +0200)
commitb636d78aeeea584b7828df18cb636693af365e2f
tree283d3362d06f79af6548fc57a81915697e727cb3
parent02e23d1a1a8c3baf73d82da5abbab3a4eeb1cbf4
core/smack-setup: add helper function for openat+fdopen

Unlocked operations are used in all three places. I don't see why just one was
special.

This also improves logging, since we don't just log the final component of the
path, but the full name.
src/core/smack-setup.c