diff options
Diffstat (limited to 'applications/luci-app-hd-idle/root/usr')
-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" ] }, |