cadets / freebsd-old

FreeBSD src tree http://www.FreeBSD.org/
Other
12 stars 7 forks source link

Extend jails/prisons to have a UUID #45

Closed rwatson closed 8 years ago

rwatson commented 8 years ago

In order to track configuration and other operations on jails via jail_get(2), jail_set(2), and so on, we should extend struct prison with a UUID. It is not clear whether or not this UUID should be dropped into each kernel audit record or not.

(@arun: would it be beneficial from a CDM perspective to provide a UUID for the jail, if any, in the subject field of each audit record...? Currently we provide the thread and process UUIDs.)

rwatson commented 8 years ago

Jail UUID support is now reasonably complete.