X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttng-abi.c;h=98f03c3e4fbbd552f85d813ca020ca745596b552;hb=f97eaafb28e11d68919a6d53278b117343f33d60;hp=c44989549ef64a217c6901153f08bd4734972ba3;hpb=f8695253467b480087663426f4b97c02c443f08c;p=lttng-modules.git diff --git a/lttng-abi.c b/lttng-abi.c index c4498954..98f03c3e 100644 --- a/lttng-abi.c +++ b/lttng-abi.c @@ -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, <tng_fops, NULL); if (!lttng_proc_dentry) {