]> git.ipfire.org Git - thirdparty/systemd.git/commit
Smack: Test if smack is enabled before mounting
authorAuke Kok <auke-jan.h.kok@intel.com>
Wed, 9 Oct 2013 17:52:15 +0000 (10:52 -0700)
committerAuke Kok <auke-jan.h.kok@intel.com>
Wed, 9 Oct 2013 22:06:17 +0000 (15:06 -0700)
commit8552b17660033812080a11533bd0edce74401039
tree9df309cf6f65af870b68d11481a904c7146cacaa
parent463b5dbb0d10227230468ee3adc3b50fce7d0707
Smack: Test if smack is enabled before mounting

Since on most systems with xattr systemd will compile with Smack
support enabled, we still attempt to mount various fs's with
Smack-only options.

Before mounting any of these Smack-related filesystems with
Smack specific mount options, check if Smack is functionally
active on the running kernel.

If Smack is really enabled in the kernel, all these Smack mounts
are now *fatal*, as they should be.

We no longer mount smackfs if systemd was compiled without
Smack support. This makes it easier to make smackfs mount
failures a critical error when Smack is enabled.

We no longer mount these filesystems with their Smack specific
options inside containers. There these filesystems will be
mounted with there non-mount smack options for now.
Makefile.am
src/core/mount-setup.c
src/shared/smack-util.c [new file with mode: 0644]
src/shared/smack-util.h [new file with mode: 0644]