Rev 2497 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2497 | Rev 3882 | ||
---|---|---|---|
Line 20... | Line 20... | ||
20 | writcnt=!wordcnt $writable |
20 | writcnt=!wordcnt $writable |
21 | execable=!mexec scripts/attrib3.sh $noexec |
21 | execable=!mexec scripts/attrib3.sh $noexec |
22 | execnt=!wordcnt $execable |
22 | execnt=!wordcnt $execable |
23 | baduser=!mexec scripts/attrib4.sh $users |
23 | baduser=!mexec scripts/attrib4.sh $users |
24 | noexec=!mexec scripts/attrib5.sh $wexec |
24 | noexec=!mexec scripts/attrib5.sh $wexec |
25 |
|
25 | bad_wrapexec=!record 0 of wimshome/log/unsecure |
26 |
|
26 | !if public_html/bin/ch..root notwordof $baduser |
- | 27 | bad_chroot=true |
|
- | 28 | !endif |
|
27 |
|
29 | !if bin/wimsd notwordof $baduser |
28 |
|
30 | bad_wimsd=true |
29 | !endif |
31 | !endif |
30 | baduser=!replace word public_html/bin/ch..root by $ in $baduser |
32 | baduser=!replace word public_html/bin/ch..root by $ in $baduser |
31 | baduser=!replace word public_html/bin/wrap..exec by $ in $baduser |
33 | baduser=!replace word public_html/bin/wrap..exec by $ in $baduser |
32 | baduser=!replace word bin/wimsd by $ in $baduser |
34 | baduser=!replace word bin/wimsd by $ in $baduser |
33 | usercnt=!wordcnt $baduser |
35 | usercnt=!wordcnt $baduser |