Grüße an alle. Ich möchte sehr gern die On-Acces- Fähigkeiten des AVGuard nutzen. Dazu ist es nötig, ein Kernelmodul namens “Dazuko” zu erstellen. Dies gelingt (zumindest anscheinend) auch. Der Befehl “make test” gibt nach dem Kompilieren (mit “make”) jedoch folgende Fehlermeldung aus:
linux:/home/andre/Desktop/dazuko # make test
/sbin/modprobe commoncap
FATAL: Module commoncap not found.
make: *** [test] Fehler 1
Ich poste noch mal zusätzlich den vorangegangenen Output der Shell:
linux:/home/andre/Desktop/dazuko # ./configure
checking host system type… Linux
checking for make utility… ok (make)
checking for C compiler… ok (cc)
kernel source in /lib/modules/2.6.13-15-default/build… yes
acquiring Linux kernel code configuration… ok
checking if Linux is RSBAC patched… no
checking if devfs is enabled… no
discovered host system… Linux (2.6.13)
checking if security module support is enabled… yes
verifying capabilities are not built-in… ok
locating LSM API header… ok
identifying LSM API… ok
inspecting suspend function… ok (suspend1 or suspend2)
inspecting class type… ok (class)
disabling ON_CLOSE events (not available for Linux 2.6)
configure: creating Makefile
configure: creating library/Makefile
configure: creating example_c/Makefile
./configure successful
=======================
Configuration summary
=======================
module events = ON_OPEN ON_EXEC
devfs support = no
rsbac support = no
stacking support = yes
local __d_path() = yes
module debug = no
library 1.x compatibility = yes
Kann sich jemand einen Reim darauf machen und mir helfen? Sind meine ersten derartigen “Feldversuche”. Viele Grüße, Andre
Hallo Lars,
“make” wurde natürlich ausgeführt. Das andere probier ich gleich mal. Poste dann noch das Ergebnis. Danke erstmal. Gruß, Andre