summaryrefslogtreecommitdiff
path: root/jaildaemon.c
AgeCommit message (Expand)Author
2023-09-01FormattingHEADmasterDirk Engling
2023-09-01Add void prototypeDirk Engling
2023-09-01Lower ipc packet size to the default of net.local.dgram.maxdgramDirk Engling
2018-02-05Fix: Proctitle lenght was not parsed from the correct fieldDirk Engling
2017-06-01introduce -g switch; because -u alone will not work if security.bsd.see_other_gids=0Stefan Grundmann
2017-06-01add missing [ to usage stringStefan Grundmann
2013-04-26When being called from /etc/rc at boot time, jaildaemon wakes up SIG_IGN-ing SIGHUP. Fix this.erdgeist
2013-03-30Allow specifying the jailname instead of jid with the -j parametererdgeist
2013-03-28Introduce -u switch to allow dropping the probes' uid to something non-root processes in the jail can send signals toerdgeist
2013-03-13Clean up error reporting style.erdgeist
2013-03-13Comments and formattingerdgeist
2013-03-13Make m_flags an enum, set a neutral proctitle if none given, remove ipc pipe atexit() and add an immediate respawn optionerdgeist
2013-03-12tidy utility from daemon codeerdgeist
2013-03-12Fix check for working command channel. Workaround bug in pidfile_open by providing an unused pid_t*erdgeist
2013-03-12Use the pidfile library to write the pidfileerdgeist
2013-03-11Add version and licensing informationerdgeist
2013-03-05Only keep filter and process alive, if we can store it in our pid table. Only store it in our pid table, if we can add the filter.erdgeist
2013-03-02Fix: When adding a pid to probes list, the daemon would fill all slots and quickly run out of memoryerdgeist
2013-03-02Use sigaction instead of a signal handler to wait for the SIGHUPerdgeist
2013-03-02Keep a list of our probe's jids and kill them when the daemon exitserdgeist
2013-03-02Write pid file, when requestederdgeist
2013-03-02Ensure that the jaildaemon dies when its fork slave is goneerdgeist
2013-03-02Formattingerdgeist
2013-03-01Kickofferdgeist