diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-03-18 02:03:13 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-03-18 02:04:15 +0000 |
commit | e55d184e9f9e14f60d0229687c0c4676ae4201c2 (patch) | |
tree | 5de335884569377eb4d13c980c9d7f3210157b70 /applications/luci-app-pbr/root/usr/share/rpcd | |
parent | f2a49104c4839cc61c0c6a32cf0b616ca7b7d667 (diff) |
luci-app-pbr: update to 1.1.4-5
* sync with the principal package
* add the status include file
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-pbr/root/usr/share/rpcd')
-rw-r--r-- | applications/luci-app-pbr/root/usr/share/rpcd/acl.d/luci-app-pbr.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/applications/luci-app-pbr/root/usr/share/rpcd/acl.d/luci-app-pbr.json b/applications/luci-app-pbr/root/usr/share/rpcd/acl.d/luci-app-pbr.json index 39178f3790..6c2f7de6d7 100644 --- a/applications/luci-app-pbr/root/usr/share/rpcd/acl.d/luci-app-pbr.json +++ b/applications/luci-app-pbr/root/usr/share/rpcd/acl.d/luci-app-pbr.json @@ -11,6 +11,14 @@ "getPlatformSupport" ] }, + "file": { + "/usr/share/nftables.d/ruleset-post/30-pbr.nft": [ + "read" + ], + "/var/run/pbr.nft": [ + "read" + ] + }, "uci": [ "pbr" ] |