Home
last modified time | relevance | path

Searched refs:jailst (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/hastd/
H A Dsubr.c155 struct jail jailst; in drop_privs() local
181 bzero(&jailst, sizeof(jailst)); in drop_privs()
182 jailst.version = JAIL_API_VERSION; in drop_privs()
183 jailst.path = pw->pw_dir; in drop_privs()
190 jailst.hostname = jailhost; in drop_privs()
191 jailst.jailname = NULL; in drop_privs()
192 jailst.ip4s = 0; in drop_privs()
193 jailst.ip4 = NULL; in drop_privs()
194 jailst.ip6s = 0; in drop_privs()
195 jailst.ip6 = NULL; in drop_privs()
[all …]
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dsandbox.c66 struct jail jailst; in sandbox() local
135 bzero(&jailst, sizeof(jailst)); in sandbox()
136 jailst.version = JAIL_API_VERSION; in sandbox()
137 jailst.path = pw->pw_dir; in sandbox()
138 jailst.hostname = jailhost; in sandbox()
139 if (jail(&jailst) >= 0) { in sandbox()