mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
o set permissions on /proc/device-mapper/control to -w-w-w
This commit is contained in:
parent
5c45d98645
commit
8f8fbdc399
@ -79,7 +79,7 @@ int dm_init_fs()
|
||||
if (!(_proc_dir = create_proc_entry(_fs_dir, S_IFDIR, &proc_root)))
|
||||
goto fail;
|
||||
|
||||
if (!(_control = create_proc_entry(_control_name, S_IFREG, _proc_dir)))
|
||||
if (!(_control = create_proc_entry(_control_name, S_IWUGO, _proc_dir)))
|
||||
goto fail;
|
||||
|
||||
_control->write_proc = _line_splitter;
|
||||
|
Loading…
Reference in New Issue
Block a user