]> git.proxmox.com Git - mirror_libseccomp.git/commit
api: rename the seccomp_gen_*() functions to seccomp_export_*()
authorPaul Moore <pmoore@redhat.com>
Thu, 26 Apr 2012 11:47:14 +0000 (07:47 -0400)
committerPaul Moore <pmoore@redhat.com>
Thu, 26 Apr 2012 11:56:28 +0000 (07:56 -0400)
commit340c43352dc0dc2e48acc2cb08cb4e5d4da995ea
treea1359a2585f85f7222cfda9116de0c2fd1ff27bc
parent47938254136bed475ce95c155a04bcca84218b45
api: rename the seccomp_gen_*() functions to seccomp_export_*()

These functions were originally intended as a debugging tool for
developers (both application and libseccomp), but recent discussions
have led me to believe that at some point in the future libseccomp
will likely support the import/export of seccomp policy.  While I
hate changing the API, we haven't released libseccomp yet so we are
still free to make what changes we need and I think this rename puts
us in a better position for the future.

Signed-off-by: Paul Moore <pmoore@redhat.com>
doc/Makefile
doc/man/man3/seccomp_export_bpf.3 [new file with mode: 0644]
doc/man/man3/seccomp_export_pfc.3 [new file with mode: 0644]
doc/man/man3/seccomp_gen_bpf.3 [deleted file]
doc/man/man3/seccomp_gen_pfc.3 [deleted file]
include/seccomp.h
src/api.c
tests/11-basic-errors.c
tests/util.c