From bcc90a69c57380e059238af6e3d219b9dd37a3b0 Mon Sep 17 00:00:00 2001 From: zhaog100 <145524174+zhaog100@users.noreply.github.com> Date: Sun, 12 Apr 2026 13:08:45 +0800 Subject: [PATCH 1/2] feat: add config protection plugin reference --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 40408d3..23715e7 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ This is where proposals can be discussed for new capabilities. + +## Implemented Plugins + +### Config Protection (#30) +**Repository:** https://github.com/zhaog100/config-protection +**Status:** Implemented +**Bounty:** $75 + +Protects UbiquityOS configuration files from unauthorized modifications. Only admins and billing managers can modify config files. Unauthorized changes are automatically reverted. \ No newline at end of file From 76bc1dee3983159c42561fc17593cf8de5958a7e Mon Sep 17 00:00:00 2001 From: OpenClaw Bot Date: Tue, 14 Apr 2026 08:08:56 +0800 Subject: [PATCH 2/2] fix: clarify role restrictions are configurable defaults, not hardcoded policy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23715e7..b510d49 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ This is where proposals can be discussed for new capabilities. **Status:** Implemented **Bounty:** $75 -Protects UbiquityOS configuration files from unauthorized modifications. Only admins and billing managers can modify config files. Unauthorized changes are automatically reverted. \ No newline at end of file +Protects UbiquityOS configuration files from unauthorized modifications. By default, only admins and billing managers can modify config files (configurable via plugin settings). Unauthorized changes are automatically reverted. \ No newline at end of file