On 2014/06/19 16:19, Giovanni Bechis wrote:
> Add minherit and sort, it is needed at least to build mariadb with systrace
> enabled,
> comments ? ok ?
> Cheers
> Giovanni
> Index: systrace.filter
> ===================================================================
> RCS file: /cvs/ports/infrastructure/db/systrace.filter,v
> retrieving revision 1.40
> diff -u -p -u -p -r1.40 systrace.filter
> --- systrace.filter 14 Jun 2014 07:51:52 -0000 1.40
> +++ systrace.filter 19 Jun 2014 13:44:53 -0000
> @@ -137,6 +137,8 @@
> native-listen: permit
> native-lseek: permit
> native-madvise: permit
> + native-mincore: permit
> + native-minherit: permit
> native-mknod: filename match "/tmp" then permit
> native-mknod: filename match "/var/tmp" then permit
> native-mknod: filename match "${TMPDIR}" then permit
> @@ -145,7 +147,6 @@
> native-mknodat: filename match "/var/tmp" then permit
> native-mknodat: filename match "${TMPDIR}" then permit
> native-mknodat: filename match "${WRKDIR}" then permit
> - native-mincore: permit
> native-mlock: permit
> native-mlockall: permit
> native-mmap: permit
It won't just be mariadb. OK.