execl() in gradm_adm.c[59] function add_binary_libs()
Posted: Wed Aug 21, 2002 4:17 pm
Hi!
Is it true, that ELF binaries will be executed in a child-process by gradm when enabling -E, reloading -R or testing -T the ACLs? If yes, why?
I use samhain and I'd like to protect it with grsec. So I added these lines to /etc/grsec/acl:
/ {
...
/path/to/samhain h
/path/to/samhain/sbin/samhain rx
}
/path/to/samhain/sbin/samhain phv {
/ rxo
/path/to/samhain rwxo
}
"gradm -T /path/to/samhain/sbin/samhain /sbin" executes the samhain binary. The gradm hangs while samhain is running.
Is it true, that ELF binaries will be executed in a child-process by gradm when enabling -E, reloading -R or testing -T the ACLs? If yes, why?
I use samhain and I'd like to protect it with grsec. So I added these lines to /etc/grsec/acl:
/ {
...
/path/to/samhain h
/path/to/samhain/sbin/samhain rx
}
/path/to/samhain/sbin/samhain phv {
/ rxo
/path/to/samhain rwxo
}
"gradm -T /path/to/samhain/sbin/samhain /sbin" executes the samhain binary. The gradm hangs while samhain is running.