Allow open /proc/lttng for read & write
[lttng-modules.git] / lttng-abi.c
index c44989549ef64a217c6901153f08bd4734972ba3..98f03c3e4fbbd552f85d813ca020ca745596b552 100644 (file)
@@ -749,7 +749,7 @@ int __init lttng_abi_init(void)
        int ret = 0;
 
        wrapper_vmalloc_sync_all();
-       lttng_proc_dentry = proc_create_data("lttng", S_IWUSR, NULL,
+       lttng_proc_dentry = proc_create_data("lttng", S_IRUSR | S_IWUSR, NULL,
                                        &lttng_fops, NULL);
        
        if (!lttng_proc_dentry) {
This page took 0.022893 seconds and 4 git commands to generate.