From 855264221c50e9f1acefa3bbc76e44806e6a5b75 Mon Sep 17 00:00:00 2001 From: David Lam Date: Thu, 16 Jan 2020 01:15:40 -0800 Subject: [PATCH] luci-base: add system cert bundle detection Add detection mechanism for system cert CA bundle installed by the ca-bundle package. Used by LuCI to detect whether the "Use system certificates" certificate validation option should be enabled. Signed-off-by: David Lam (cherry picked from commit 27b21c2a6262a8c383c783e98320746f22fe8f6f) --- modules/luci-base/root/usr/libexec/rpcd/luci | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 modules/luci-base/root/usr/libexec/rpcd/luci diff --git a/modules/luci-base/root/usr/libexec/rpcd/luci b/modules/luci-base/root/usr/libexec/rpcd/luci old mode 100755 new mode 100644 -- 2.30.2