From 8936e3c386e77c2dc090dbbd5a87907196f9149b Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Mon, 21 Mar 2022 11:44:11 +0000 Subject: luci-app-attendedsysupgrade: request filesystem It is possible to request a specific filesystem so no other filesystems are used. This speeds up the build process and may prevent failures in edge cases. A recent edge case is installing more packages than ext4 can handle while squashfs works fine due to compression. Since `rootfs_type` is now always available via `procd`, remove the hack of reading `/proc/mounts`. Signed-off-by: Paul Spooren --- .../root/usr/share/rpcd/acl.d/luci-app-attendedsysupgrade.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'applications/luci-app-attendedsysupgrade/root/usr/share/rpcd/acl.d') diff --git a/applications/luci-app-attendedsysupgrade/root/usr/share/rpcd/acl.d/luci-app-attendedsysupgrade.json b/applications/luci-app-attendedsysupgrade/root/usr/share/rpcd/acl.d/luci-app-attendedsysupgrade.json index 378967da34..0faf96717e 100644 --- a/applications/luci-app-attendedsysupgrade/root/usr/share/rpcd/acl.d/luci-app-attendedsysupgrade.json +++ b/applications/luci-app-attendedsysupgrade/root/usr/share/rpcd/acl.d/luci-app-attendedsysupgrade.json @@ -16,8 +16,7 @@ ] }, "file": { - "/sys/firmware/efi": [ "list" ], - "/proc/mounts": [ "read" ] + "/sys/firmware/efi": [ "list" ] }, "uci": [ "attendedsysupgrade" -- cgit v1.2.3