giuseppe / easyseccomp

DSL language to write seccomp filters
GNU General Public License v2.0
36 stars 2 forks source link

extraneous line at end of default policy #9

Closed pkolano closed 2 years ago

pkolano commented 2 years ago

The last line of the default policy generates an error. Perhaps either the initial condition is missing or is just a typo leftover from something else:

=> ERRNO(ENOSYS);

$ ./easyseccomp <contrib/default-policy.easyseccomp >default.bpf syntax error, unexpected EOL, expecting end of file

giuseppe commented 2 years ago

fixed with f1c71a3c9a440e84d9af624132b276d37b7de4dc