Source Repository Log


Commit Date  
[afde56] by Paul Moore Paul Moore

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 Paul Moore Paul Moore

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 Paul Moore Paul Moore

build: fixup the shared library's name/version

Signed-off-by: Paul Moore pmoore@redhat.com

2012-04-09 11:18:32 Tree
[012747] by Paul Moore Paul Moore

build: don't install files with the execute bit set

2012-04-09 10:50:30 Tree
[205c38] by Paul Moore Paul Moore

build: install the library header file

Signed-off-by: Paul Moore pmoore@redhat.com

2012-04-09 10:44:03 Tree
[48acd0] by Paul Moore Paul Moore

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 Paul Moore Paul Moore

build: add the ability to do a "make install"

Signed-off-by: Paul Moore pmoore@redhat.com

2012-04-05 17:56:00 Tree
[031a33] by Paul Moore Paul Moore

build: set the version to 0.0.0

Signed-off-by: Paul Moore pmoore@redhat.com

2012-04-05 17:55:24 Tree
[805aa6] by Paul Moore Paul Moore

build: remove -pie from LDFLAGS

Not sure this does anything for us so remove it until someone can
demonstrate otherwise.

Signed-off-by: Paul Moore pmoore@redhat.com

2012-04-05 16:37:34 Tree
[778b7e] by Paul Moore Paul Moore

build: enable relocation and partial relro

Signed-off-by: Paul Moore pmoore@redhat.com

2012-04-05 14:34:03 Tree
[83f78f] by Paul Moore Paul Moore

tests: fix a 32-bit compilation problem

Signed-off-by: Paul Moore pmoore@redhat.com

2012-04-05 14:32:32 Tree
[f1e75f] by Eduardo Otubo Eduardo Otubo, pushed by Paul Moore Paul Moore

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
library as well.

Signed-off-by: Eduardo Otubo otubo@linux.vnet.ibm.com
Signed-off-by: Paul Moore pmoore@redhat.com

2012-04-05 14:18:32 Tree
[4fdc92] by Paul Moore Paul Moore

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
[4d69fd] by Paul Moore Paul Moore

doc: manpage for seccomp_syscall_priority()

2012-04-05 13:16:22 Tree
[02cd79] by Paul Moore Paul Moore

doc: manpage for seccomp_load()

Signed-off-by: Paul Moore pmoore@redhat.com

2012-04-05 13:16:22 Tree
[2428d1] by Paul Moore Paul Moore

doc: manpage for seccomp_reset()

Signed-off-by: Paul Moore pmoore@redhat.com

2012-04-05 13:16:22 Tree
[6744a2] by Paul Moore Paul Moore

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 Paul Moore Paul Moore

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
[2f4fb8] by Paul Moore Paul Moore

all: support masked comparisons

Signed-off-by: Paul Moore pmoore@redhat.com

2012-04-04 17:37:41 Tree
[244060] by Paul Moore Paul Moore

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 Paul Moore Paul Moore

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 Paul Moore Paul Moore

api: make the va_args more reliable

While va_args are nice, testing has proven them to be unreliable
with respect to datum types and this is causing some real problems
on 64 bit architectures.

This patch resolves this by moving the individual argument, op, and
datum values into a structure that can be created by the SCMP_CMP()
and SCMP_A{0-6}() macros.

Signed-off-by: Paul Moore pmoore@redhat.com

2012-04-04 17:37:41 Tree
[f87379] by Corey Bryant Corey Bryant, pushed by Paul Moore Paul Moore

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
in the accumulator. This is updated to store the full word of the
corresponding nr, arch, or arg in the accumulator.

Also the relational tests of the accumular value vs filter value were
backwards and fixed in this patch.

A missing break is also added in case '4' of the main switch statement.

Signed-off-by: Corey Bryant coreyb@linux.vnet.ibm.com
Signed-off-by: Paul Moore pmoore@redhat.com

2012-04-04 17:37:00 Tree
[500ba1] by Paul Moore Paul Moore

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 Paul Moore Paul Moore

tools: update the seccomp/bpf definitions in bpf.h

There are also a number of changes to bpf_sim and bpf_disasm as a
result.

Signed-off-by: Paul Moore pmoore@redhat.com

2012-04-03 11:50:21 Tree
Older >