Fix unsupported files exporting functions for apparmor and seccomp
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -18,6 +18,6 @@
|
||||
|
||||
package seccomp
|
||||
|
||||
func IsEnabled() bool {
|
||||
func isEnabled() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user