> Lid > --- > > GPM allows the user to set actions for lid close such as suspend, > hibernate, and shutdown. Suspend and hibernate actions will be > > Power Button > ------------ > > GPM allows for the configuration of power button actions such as > shutdown, suspend, and hibernate. These actions will be allowed
How does this project meet the audit requirements for auditing a system discontinuity? Before this project, when the system is shutdown (halt(1M), reboot(1M), uadmin(1M)), an audit record is written indicating the start of a discontinuity, the audit trail is flushed to disk, the current audit trail file closed, the audit service is temporarially disabled. Upon reboot, the kernel genereates a boot audit record. When the audit service is started during svc.startd processing, a new audit trail file is created and the boot audit record is recorded in that file. Note also prom entry and exit are audited. Gary..