diff options
author | Patrick Siegl <3261314+psiegl@users.noreply.github.com> | 2021-10-13 21:24:56 +0200 |
---|---|---|
committer | Patrick Siegl <3261314+psiegl@users.noreply.github.com> | 2021-10-23 21:54:06 +0200 |
commit | 55e725ab7b1ab393530d8fd3dcd7a370912381ca (patch) | |
tree | 78c6fd89afc39bea5e0213b85b7362143df562fe /applications/luci-app-hd-idle/root/usr/share | |
parent | e9039ae8f552eb92166da279aa9a4d5b1daa99b5 (diff) |
luci-app-hd-idle: Improve content shown by luci.
Signed-off-by: Patrick Siegl <3261314+psiegl@users.noreply.github.com>
Diffstat (limited to 'applications/luci-app-hd-idle/root/usr/share')
-rw-r--r-- | applications/luci-app-hd-idle/root/usr/share/rpcd/acl.d/luci-app-hd-idle.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-hd-idle/root/usr/share/rpcd/acl.d/luci-app-hd-idle.json b/applications/luci-app-hd-idle/root/usr/share/rpcd/acl.d/luci-app-hd-idle.json index 4aa2f2997e..e82bf4f9f8 100644 --- a/applications/luci-app-hd-idle/root/usr/share/rpcd/acl.d/luci-app-hd-idle.json +++ b/applications/luci-app-hd-idle/root/usr/share/rpcd/acl.d/luci-app-hd-idle.json @@ -3,7 +3,7 @@ "description": "Grant UCI access for luci-app-hd-idle", "read": { "file": { - "/dev": [ "list" ] + "/usr/bin/lsblk -n -J -do NAME,TRAN,ROTA,RM,VENDOR,MODEL": [ "exec" ] }, "uci": [ "hd-idle" ] }, |