LSM: Introduce LSM_FLAG_LEGACY_MAJOR
[sfrench/cifs-2.6.git] / security / tomoyo / tomoyo.c
index 1b5b5097efd77a5ca12376f5066123125e20824e..09f7af130d3a1b1ba1f9cbcb9b160493fcd63630 100644 (file)
@@ -552,5 +552,6 @@ static int __init tomoyo_init(void)
 
 DEFINE_LSM(tomoyo) = {
        .name = "tomoyo",
+       .flags = LSM_FLAG_LEGACY_MAJOR,
        .init = tomoyo_init,
 };