Current version
Git/Latestdiff: 1.5.6
Latest Snapshots
Produced after each commit or rebase to new upstream version
GIT
RSBAC source code, can be unstable sometimes
No events planned
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
wiki:experiences:igraltist:jail_syslogd [2008/07/12 04:04] – (old revision restored) 127.0.0.1 | wiki:experiences:igraltist:jail_syslogd [2008/07/14 01:10] (current) – (old revision restored) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
This is the modified syslogd init-script. | This is the modified syslogd init-script. | ||
- | diff -u sysklogd_org sysklogd | + | <code bash> |
- | --- sysklogd_org 2008-07-03 05: | + | --- sysklogd_org 2008-07-03 05: |
- | +++ sysklogd 2008-07-11 16: | + | +++ sysklogd 2008-07-11 16: |
- | @@ -59,7 +59,7 @@ | + | @@ -59,7 +59,7 @@ |
- | | + | |
- | | + | |
- | | + | |
- | - start-stop-daemon --start --quiet --exec $binpath -- $SYSLOGD | + | - start-stop-daemon --start --quiet --exec $binpath -- $SYSLOGD |
- | + rsbac_jail -Y -i-N start-stop-daemon --start --quiet --exec $binpath -- $SYSLOGD | + | + rsbac_jail -Y -i-N start-stop-daemon --start --quiet --exec $binpath -- $SYSLOGD |
- | | + | |
- | | + | |
- | | + | |
- | @@ -76,7 +76,7 @@ | + | @@ -76,7 +76,7 @@ |
- | | + | |
- | | + | |
- | | + | |
- | - start-stop-daemon --start --quiet --exec $binpath -- $SYSLOGD | + | - start-stop-daemon --start --quiet --exec $binpath -- $SYSLOGD |
- | + rsbac_jail -Y -i -N start-stop-daemon --start --quiet --exec $binpath -- $SYSLOGD | + | + rsbac_jail -Y -i -N start-stop-daemon --start --quiet --exec $binpath -- $SYSLOGD |
- | | + | |
- | | + | |
- | | + | |
- | @@ -86,7 +86,7 @@ | + | @@ -86,7 +86,7 @@ |
- | | + | |
- | | + | |
- | | + | echo -n " |
- | - | + | - |
- | + | + | + rsbac_jail -Y -i -N start-stop-daemon --start --quiet --exec $binpath -- $SYSLOGD |
- | | + | |
- | | + | |
- | | + | |
+ | |||
+ | </ | ||
First I have started with no params for the rsbac_jail, because I dont know what is missing. | First I have started with no params for the rsbac_jail, because I dont know what is missing. | ||
Line 44: | Line 46: | ||
This now appears on the second terminal. | This now appears on the second terminal. | ||
- | | + | <code bash> |
- | < | + | < |
- | < | + | < |
- | < | + | < |
+ | < | ||
+ | </ | ||
Now Iam searching for target_type | Now Iam searching for target_type |