X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fmount-setup.c;h=cc2633e3bd2c02d1e09a2dd9a2628b830d536f39;hb=671174136525ddf208cdbe75d6d6bd159afa961f;hp=206f89a30f189b40a0272892a026d443403abe3c;hpb=908f8b9cbb9432e8a8af39d528e150f1fe11b50e;p=elogind.git diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c index 206f89a30..cc2633e3b 100644 --- a/src/core/mount-setup.c +++ b/src/core/mount-setup.c @@ -63,8 +63,13 @@ typedef struct MountPoint { /* The first three entries we might need before SELinux is up. The * fourth (securityfs) is needed by IMA to load a custom policy. The - * other ones we can delay until SELinux and IMA are loaded. */ + * other ones we can delay until SELinux and IMA are loaded. When + * SMACK is enabled we need smackfs, too, so it's a fifth one. */ +#ifdef HAVE_SMACK #define N_EARLY_MOUNT 5 +#else +#define N_EARLY_MOUNT 4 +#endif static const MountPoint mount_table[] = { { "sysfs", "/sys", "sysfs", NULL, MS_NOSUID|MS_NOEXEC|MS_NODEV,