first commit

This commit is contained in:
2025-10-11 11:23:58 +08:00
commit e8774085f8
48 changed files with 3087 additions and 0 deletions

7
scripts/binary-guard Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/dash
# This is just a wrapper of run-guard program.
# AppArmor use different profile for different programs, so we create
# different scripts for different language.
exec `dirname $0`/run-guard.py $@