| Commit | Date | |
|---|---|---|
|
[afde56]
by
build: really fix the shared library versioning problem Signed-off-by: Paul Moore pmoore@redhat.com |
2012-04-09 11:49:20 | Tree |
|
[eb60b0]
by
build: fix the version include in the documentation's Makefile Signed-off-by: Paul Moore pmoore@redhat.com |
2012-04-09 11:42:17 | Tree |
|
[1c529e]
by
build: fixup the shared library's name/version Signed-off-by: Paul Moore pmoore@redhat.com |
2012-04-09 11:18:32 | Tree |
| 2012-04-09 10:50:30 | Tree | |
|
[205c38]
by
build: install the library header file Signed-off-by: Paul Moore pmoore@redhat.com |
2012-04-09 10:44:03 | Tree |
|
[48acd0]
by
bpf_sim: remove the unused opt_arg_flag variable Signed-off-by: Paul Moore pmoore@redhat.com |
2012-04-09 10:28:57 | Tree |
|
[b2704d]
by
build: add the ability to do a "make install" Signed-off-by: Paul Moore pmoore@redhat.com |
2012-04-05 17:56:00 | Tree |
| 2012-04-05 17:55:24 | Tree | |
|
[805aa6]
by
build: remove -pie from LDFLAGS Not sure this does anything for us so remove it until someone can Signed-off-by: Paul Moore pmoore@redhat.com |
2012-04-05 16:37:34 | Tree |
|
[778b7e]
by
build: enable relocation and partial relro Signed-off-by: Paul Moore pmoore@redhat.com |
2012-04-05 14:34:03 | Tree |
|
[83f78f]
by
tests: fix a 32-bit compilation problem Signed-off-by: Paul Moore pmoore@redhat.com |
2012-04-05 14:32:32 | Tree |
|
[f1e75f]
by
Adding support for dynamic library The command for gcc was already implemented in macros.mk: LINK_LIB = @echo " LD $@ "; $(GCC) $(LDFLAGS) -o $@ $^ -shared -Wl,-soname=$@; All I had to do is update the src/Makefile to build it as dynamic Signed-off-by: Eduardo Otubo otubo@linux.vnet.ibm.com |
2012-04-05 14:18:32 | Tree |
|
[4fdc92]
by
doc: manpages for seccomp_rule_add() and seccomp_rule_add_exact() Signed-off-by: Paul Moore pmoore@redhat.com |
2012-04-05 13:16:30 | Tree |
| 2012-04-05 13:16:22 | Tree | |
| 2012-04-05 13:16:22 | Tree | |
| 2012-04-05 13:16:22 | Tree | |
|
[6744a2]
by
doc: manpages for seccomp_init() and seccomp_reset() Signed-off-by: Paul Moore pmoore@redhat.com |
2012-04-05 13:16:22 | Tree |
|
[0fea7f]
by
api: use the proper types in struct scmp_arg_cmp Signed-off-by: Paul Moore pmoore@redhat.com |
2012-04-05 13:14:29 | Tree |
| 2012-04-04 17:37:41 | Tree | |
|
[244060]
by
bpf_sim: add support for ALU bitmask operations Signed-off-by: Paul Moore pmoore@redhat.com |
2012-04-04 17:37:41 | Tree |
|
[4c028f]
by
bpf_disasm: display the ALU bitmasks in hex Signed-off-by: Paul Moore pmoore@redhat.com |
2012-04-04 17:37:41 | Tree |
|
[67f9fc]
by
api: make the va_args more reliable While va_args are nice, testing has proven them to be unreliable This patch resolves this by moving the individual argument, op, and Signed-off-by: Paul Moore pmoore@redhat.com |
2012-04-04 17:37:41 | Tree |
|
[f87379]
by
tools: fix bugs for bpf_sim seccomp_data indexing and acc tests This patch fixes a few bugs in bpf_sim. We were previously only storing a byte of the seccomp_data structure Also the relational tests of the accumular value vs filter value were A missing break is also added in case '4' of the main switch statement. Signed-off-by: Corey Bryant coreyb@linux.vnet.ibm.com |
2012-04-04 17:37:00 | Tree |
|
[500ba1]
by
bpf_sim: add the ability to specify the arch Signed-off-by: Paul Moore pmoore@redhat.com |
2012-04-03 12:01:39 | Tree |
|
[6a8833]
by
tools: update the seccomp/bpf definitions in bpf.h There are also a number of changes to bpf_sim and bpf_disasm as a Signed-off-by: Paul Moore pmoore@redhat.com |
2012-04-03 11:50:21 | Tree |