Fix unsupported files exporting functions for apparmor and seccomp

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2021-03-12 08:35:29 -08:00
parent 35eeb24a17
commit 8cf669ce34
6 changed files with 83 additions and 32 deletions

View File

@@ -18,6 +18,6 @@
package seccomp
func IsEnabled() bool {
func isEnabled() bool {
return false
}