From: neheb Date: Sat, 2 Jul 2016 01:32:27 +0000 (-0700) Subject: procd: Set /dev/kmsg to 600 X-Git-Tag: v17.01.0-rc1~2191 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=8a83ffbefde9879539022c665c4e06f68140e0db procd: Set /dev/kmsg to 600 Small cleanup. I initially though /dev/kmsg was used for dmsg(and journald on desktops) but this seems not to be the case. dmsg is still accessible as non-root(gives output) which begs the question what does this do? Some googling reveals that permissions are set to 600 for some embedded systems while 644 for others. I can't find any justification for the latter. Might as well err on the side of caution. Signed-off by: Rosen Penev --- diff --git a/package/system/procd/files/hotplug.json b/package/system/procd/files/hotplug.json index 85fbb144cc..e5f8d967e8 100644 --- a/package/system/procd/files/hotplug.json +++ b/package/system/procd/files/hotplug.json @@ -16,10 +16,6 @@ [ "return" ], ] ], - [ "if", - [ "eq", "DEVNAME", "kmsg" ], - [ "makedev", "/dev/%DEVNAME%", "0644" ], - ], [ "if", [ "regex", "DEVNAME", "^snd" ], [ "makedev", "/dev/%DEVNAME%", "0660", "audio" ],