Added audit support 93/44293/2
authorRomanKubiak <r.kubiak@samsung.com>
Mon, 20 Jul 2015 14:11:10 +0000 (16:11 +0200)
committerRomanKubiak <r.kubiak@samsung.com>
Tue, 21 Jul 2015 15:38:28 +0000 (17:38 +0200)
commit4daf6b2bcb74a666527dd802dc54d3413914e70e
tree3c8ded7a51d85d136ff9382000b94faa4ccbf4fa
parent98fd309ef9847664213bf4ba963467fc00f328a2
Added audit support
Updated cmake to include certain constants
Made boost optional not required
Fixed spec
Added iptables-restore support

Change-Id: I3b965023bd5c5a07612f80fa2e040454e7db42a2
29 files changed:
CMakeLists.txt
cmake/Findaudit.cmake [new file with mode: 0644]
conf/CMakeLists.txt [new file with mode: 0644]
conf/nether.policy [new file with mode: 0644]
conf/nether.rules [new file with mode: 0644]
conf/systemd/nether.service.in [new file with mode: 0644]
config/nether.policy [deleted file]
config/nether.rules [deleted file]
config/setrules.sh [deleted file]
include/nether_CynaraBackend.h
include/nether_DummyBackend.h
include/nether_FileBackend.h
include/nether_Manager.h
include/nether_Netlink.h
include/nether_PolicyBackend.h
include/nether_Types.h
include/nether_Utils.h
nether.cbp
packaging/nether.manifest [deleted file]
packaging/nether.spec
src/CMakeLists.txt
src/logger/backend-stderr.cpp
src/logger/level.cpp
src/nether_CynaraBackend.cpp
src/nether_FileBackend.cpp
src/nether_Main.cpp
src/nether_Manager.cpp
src/nether_Netlink.cpp
src/nether_NetworkUtils.cpp