Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / security / lockdown / lockdown.c
index 5a95261..87cbdc6 100644 (file)
@@ -150,7 +150,7 @@ static int __init lockdown_secfs_init(void)
 {
        struct dentry *dentry;
 
-       dentry = securityfs_create_file("lockdown", 0600, NULL, NULL,
+       dentry = securityfs_create_file("lockdown", 0644, NULL, NULL,
                                        &lockdown_ops);
        return PTR_ERR_OR_ZERO(dentry);
 }