|
@@ -569,7 +569,7 @@ struct file_operations lparcfg_fops = {
|
|
int __init lparcfg_init(void)
|
|
int __init lparcfg_init(void)
|
|
{
|
|
{
|
|
struct proc_dir_entry *ent;
|
|
struct proc_dir_entry *ent;
|
|
- mode_t mode = S_IRUSR;
|
|
|
|
|
|
+ mode_t mode = S_IRUSR | S_IRGRP | S_IROTH;
|
|
|
|
|
|
/* Allow writing if we have FW_FEATURE_SPLPAR */
|
|
/* Allow writing if we have FW_FEATURE_SPLPAR */
|
|
if (firmware_has_feature(FW_FEATURE_SPLPAR)) {
|
|
if (firmware_has_feature(FW_FEATURE_SPLPAR)) {
|