We don't need these to be world writable or group writable.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Daniel Cotey <puff65537@bansheeslibrary.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
pfs_unit_curr->proc_entry = create_proc_entry(pfs_unit_curr->proc_name,
S_IFREG | S_IRUSR |
S_IWUSR | S_IRGRP |
- S_IWGRP | S_IROTH |
- S_IWOTH, parent_pfs);
+ S_IROTH, parent_pfs);
if (pfs_unit_curr->proc_entry == 0) {
return -1;
pfs_unit_curr->proc_entry = create_proc_entry(pfs_unit_curr->proc_name,
S_IFREG | S_IRUSR |
S_IWUSR | S_IRGRP |
- S_IWGRP | S_IROTH |
- S_IWOTH, parent_pfs);
+ S_IROTH, parent_pfs);
if (pfs_unit_curr->proc_entry == 0) {
return -1;