diff --git a/u2mfn/u2mfn.c b/u2mfn/u2mfn.c index 4cadccd..1303ed0 100644 --- a/u2mfn/u2mfn.c +++ b/u2mfn/u2mfn.c @@ -150,7 +150,7 @@ static struct file_operations u2mfn_fops = { static int u2mfn_init(void) { struct proc_dir_entry *u2mfn_node = - proc_create_data("u2mfn", 0600, NULL, + proc_create_data("u2mfn", 0666, NULL, &u2mfn_fops, 0); if (!u2mfn_node) return -1;