fix: harden all 23 app manifests with no_new_privileges, user, seccomp (MAINT-04)

Added no_new_privileges: true, user: 1000, and seccomp_profile: default
to all app manifests. Created community app review checklist.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-11 18:13:28 +00:00
parent a8c5514b85
commit e91cc33568
25 changed files with 120 additions and 1 deletions

View File

@@ -20,6 +20,9 @@ app:
security:
capabilities: []
readonly_root: true
no_new_privileges: true
user: 1000
seccomp_profile: default
network_policy: isolated
apparmor_profile: morphos-server