Browse Source

Update

pull/1/head
Marc Schoechlin 12 years ago
parent
commit
bcb96e5c0f
1 changed files with 3 additions and 6 deletions
  1. +3
    -6
      README.md

+ 3
- 6
README.md View File

@ -125,10 +125,8 @@ The logged information can also be forwarded to secured logging servers using st
* helpers/auditshell_create_sessionfiles
* Set permission and owner
```
chown root:root \
/usr/local/bin/{scriptreplay,auditshell,auditshell_create_sessionfiles}
chmod 755 \
/usr/local/bin/{scriptreplay,auditshel,auditshell_create_sessionfiles}
chown root:root /usr/local/bin/{scriptreplay,auditshell,auditshell_create_sessionfiles}
chmod 755 /usr/local/bin/{scriptreplay,auditshel,auditshell_create_sessionfiles}
```
* Patch an install custom "script" implementation
```
@ -161,8 +159,7 @@ Watch auditshell sessions
```
* Replay session
```
scriptreplay -t /tmp/foo/2013-09-11_18-47-45.user1.11931.timing \
/tmp/foo/2013-09-11_18-47-45.user1.11931.typescript
scriptreplay -t /tmp/foo/2013-09-11_18-47-45.user1.11931.timing /tmp/foo/2013-09-11_18-47-45.user1.11931.typescript
```

Loading…
Cancel
Save