index
:
jaildaemon
master
A fixed command-line interface for FreeBSD jails to their host system
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jaildaemon.c
Age
Commit message (
Collapse
)
Author
2023-09-01
Add void prototype
Dirk Engling
2023-09-01
Lower ipc packet size to the default of net.local.dgram.maxdgram
Dirk Engling
2018-02-05
Fix: Proctitle lenght was not parsed from the correct field
Dirk Engling
2017-06-01
introduce -g switch; because -u alone will not work if security.bsd.see_other_gids=0
Stefan Grundmann
2017-06-01
add missing [ to usage string
Stefan Grundmann
2013-04-26
When being called from /etc/rc at boot time, jaildaemon wakes up SIG_IGN-ing SIGHUP. Fix this.
erdgeist
2013-03-30
Allow specifying the jailname instead of jid with the -j parameter
erdgeist
2013-03-28
Introduce -u switch to allow dropping the probes' uid to something non-root processes in the jail can send signals to
erdgeist
2013-03-13
Clean up error reporting style.
erdgeist
2013-03-13
Comments and formatting
erdgeist
2013-03-13
Make m_flags an enum, set a neutral proctitle if none given, remove ipc pipe atexit() and add an immediate respawn option
erdgeist
2013-03-12
tidy utility from daemon code
erdgeist
2013-03-12
Fix check for working command channel. Workaround bug in pidfile_open by providing an unused pid_t*
erdgeist
2013-03-12
Use the pidfile library to write the pidfile
erdgeist
2013-03-11
Add version and licensing information
erdgeist
2013-03-05
Only 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-02
Fix: When adding a pid to probes list, the daemon would fill all slots and quickly run out of memory
erdgeist
2013-03-02
Use sigaction instead of a signal handler to wait for the SIGHUP
erdgeist
2013-03-02
Keep a list of our probe's jids and kill them when the daemon exits
erdgeist
2013-03-02
Write pid file, when requested
erdgeist
2013-03-02
Ensure that the jaildaemon dies when its fork slave is gone
erdgeist
2013-03-02
Formatting
erdgeist
2013-03-01
Kickoff
erdgeist