chiark / gitweb /
mount-setup: skip relabelling when SELinux and SMACK not supported
authorEmil Renner Berthing <systemd@esmil.dk>
Thu, 18 Sep 2014 13:24:55 +0000 (15:24 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 10 Oct 2014 11:00:47 +0000 (13:00 +0200)
commit0fff82e5f867f9494ed631736964d9abfe672673
tree19c3ab2bc3c258c3dcee65caa40dffb5b6ec06ac
parent9f103625b145a397e67c3714766775b615c8b587
mount-setup: skip relabelling when SELinux and SMACK not supported

This is also the only place where FTW_ACTIONRETVAL is used, so
this makes systemd compile without SELinux or SMACK support
when the standard library doesn't support this extension.
src/core/mount-setup.c