// A SecCode that represents a running UNIX process.
// Processes are identified by pid and audit token.
//
// A SecCode that represents a running UNIX process.
// Processes are identified by pid and audit token.
//
public:
ProcessCode(pid_t pid, const audit_token_t* token, PidDiskRep *pidDiskRep = NULL);
~ProcessCode() throw () { delete mAudit; }
public:
ProcessCode(pid_t pid, const audit_token_t* token, PidDiskRep *pidDiskRep = NULL);
~ProcessCode() throw () { delete mAudit; }