chiark / gitweb /
mac: rename all calls that apply a label mac_{selinux|smack}_apply_xyz(), and all...
[elogind.git] / src / shared / label.c
index fe7fd8381e5992ba8c4695811a25559020c43b98..eae66149692fd584418f925f241e52005f3b237c 100644 (file)
@@ -32,7 +32,7 @@ int label_fix(const char *path, bool ignore_enoent, bool ignore_erofs) {
         }
 
         if (mac_smack_use()) {
-                r = mac_smack_relabel_in_dev(path);
+                r = mac_smack_fix(path);
                 if (r < 0)
                         return r;
         }