first commit
This commit is contained in:
7
scripts/java-guard
Executable file
7
scripts/java-guard
Executable 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 $@
|
||||
Reference in New Issue
Block a user