![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Enabling C2 audit | roguekitton | Security | 2 | 10-19-2007 05:47 AM |
| ssh trail | ashterix | UNIX for Advanced & Expert Users | 4 | 04-19-2007 10:20 PM |
| Is it possible to create audit trail on remote server using FTP | dayanand | Shell Programming and Scripting | 0 | 10-31-2006 03:57 PM |
| Security Audit Trail | na100006 | UNIX for Advanced & Expert Users | 1 | 03-07-2006 08:48 AM |
| Audit in SCO | tatiana | SCO | 1 | 02-03-2006 09:52 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Audit Trail problems
I am trying to set up audit trail for our company server. (Mac OS X Server 10.3.9) We would like to record the activity of standard, non-administrative, users. We would like to record file creation, modification, deletion, among other things. We have installed the common criteria tools, but the seem to only record administrative users' activity.
Does anybody know how to implement this type of audit? Thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Quote:
If you give me a list of things you want to audit, I can help you put together a suitable audit policy. |
|
#3
|
|||
|
|||
|
Quote:
We are basically failing to record anything that has not been performed by an admin user. Thanks again for the response to my question. |
|
#4
|
|||
|
|||
|
To audit file (and directory) creation deletion and modification, you should add the following flags to the flags: line in audit_control so it reads:
flags: lo,fm,fc,fd If you have an admin user who isn't generating these records, find the pid of the shell and run: auditconfig -getpinfo pid |
|||
| Google The UNIX and Linux Forums |