You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey
Sorry, small typo in the docs. I pushed an update. You can use the function parser.CombineSources to generate a parser.CombinedSource.
You can use it like this:
gosecco.PrepareSource(parser.CombineSources(parser.FileSource("file1"), parser.FileSource("file2")), gosecco.SeccompSettings{})
Hope that helps.
And about the news, that's great, that's very exiting!
Hey gosecco devs,
re: https://github.com/twtiger/gosecco/blob/master/seccomp.go#L47
parser.CombinedSources doesn't exist, how do we supply a string as the policy source and then load the compiled filter?
BTW gosecco is now in Oz master. Should be delivered to SGOS users soon.
Thanks!
The text was updated successfully, but these errors were encountered: