- Timestamp:
- Jan 8, 2006, 10:15:44 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samhainrc.freebsd
r1 r14 61 61 # RedefUser1=(no default) 62 62 63 # 64 # --------- / -------------- 65 # 66 67 [ReadOnly] 68 dir = 0/ 69 63 70 [Attributes] 71 file = / 72 file = /proc 73 file = /entropy 74 file = /tmp 75 file = /var 76 77 # 78 # --------- /dev ----------- 79 # 80 81 [Attributes] 82 dir = 99/dev 83 84 [IgnoreAll] 85 file = /dev/ttyp? 86 87 [Misc] 88 ## 89 ## pseudo terminals are created/removed as needed 90 ## 91 IgnoreAdded = /dev/(p|t)typ.* 92 IgnoreMissing = /dev/(p|t)typ.* 93 94 95 # 96 # --------- /etc ----------- 97 # 98 99 [ReadOnly] 100 ## 101 ## for these files, only access time is ignored 102 ## 103 dir = 99/etc 104 105 106 # 107 # --------- /boot ----------- 108 # 109 110 [ReadOnly] 111 dir = 99/boot 112 113 # 114 # --------- /bin, /sbin ----------- 115 # 116 117 [ReadOnly] 118 dir = 99/bin 119 dir = 99/sbin 120 121 # 122 # --------- /lib ----------- 123 # 124 125 [ReadOnly] 126 dir = 99/lib 127 128 # 129 # --------- /libexec ----------- 130 # 131 132 [ReadOnly] 133 dir = 99/libexec 134 135 # 136 # --------- /rescue ----------- 137 # 138 139 [ReadOnly] 140 dir = 99/rescue 141 142 # 143 # --------- /root ----------- 144 # 145 146 [Attributes] 64 147 ## 65 148 ## for these files, only changes in permissions and ownership are checked 66 149 ## 67 68 file=/usr/compat/linux/etc 69 file=/usr/compat/linux/etc/ld.so.cache 70 71 dir=/var/mail 72 dir=/var/spool/lp/tmp 73 dir=/var/tmp 74 # dir=/var/dt/tmp 75 dir=/tmp 76 150 dir = 99/root 151 152 # 153 # --------- /stand ----------- 154 # 155 156 [ReadOnly] 157 dir = 99/stand 158 159 # 160 # --------- /usr ----------- 161 # 162 163 [ReadOnly] 164 dir = 99/usr 165 166 [Attributes] 167 dir = /usr/.snap 168 dir = /usr/share/man/cat? 169 file = /usr/compat/linux/etc 170 file = /usr/compat/linux/etc/ld.so.cache 171 172 [IgnoreAll] 173 dir = -1/usr/home 174 175 # 176 # --------- /var ----------- 177 # 178 179 [ReadOnly] 180 file = /var 181 182 [Attributes] 183 184 dir = 0/var 77 185 78 186 [LogFiles] … … 83 191 file=/var/run/utmp 84 192 85 86 193 [GrowingLogFiles] 87 194 ## 88 ## for these files, changes in signature, timestamps, and increase in size 89 ## are ignored 90 ## 91 92 file=/var/log/wtmp 93 file=/var/log/messages 94 file=/var/log/maillog 95 file=/var/log/lastlog 96 file=/var/log/cron 97 file=/var/log/auth.log 98 99 100 [IgnoreAll] 101 ## 102 ## for these files, no modifications are reported 103 ## 104 105 dir=/usr/share/man 106 dir=/usr/share/games 107 dir=/usr/share/misc 108 dir=/usr/X11R6/man 195 ## For these files, changes in signature, timestamps, and increase in size 196 ## are ignored. Logfile rotation will cause a report because of shrinking 197 ## size and different inode. 198 ## 199 dir = 99/var/log 200 201 [Attributes] 202 # 203 # rotated logs will change inode 204 # 205 file = /var/log/*.[0-9].bz2 206 file = /var/log/*.[0-9].log 207 file = /var/log/*.[0-9] 208 file = /var/log/*.[0-9][0-9] 209 file = /var/log/*.old 210 211 file = /var/log/sendmail.st 212 213 214 [Misc] 215 # 216 # Various naming schemes for rotated logs 217 # 218 IgnoreAdded = /var/log/.*\.[0-9]+$ 219 IgnoreAdded = /var/log/.*\.[0-9]+\.gz$ 220 IgnoreAdded = /var/log/.*\.[0-9]+\.bz2$ 221 IgnoreAdded = /var/log/.*\.[0-9]+\.log$ 109 222 110 223 … … 117 230 118 231 119 [ReadOnly]120 ##121 ## for these files, only access time is ignored122 ##123 124 dir=/bin125 dir=/boot126 dir=3/etc127 dir=/sbin128 dir=1/stand129 dir=/stand/etc130 dir=/stand/modules131 dir=/usr132 dir=2/var/cron133 134 file=/kernel135 dir=/modules136 232 137 233 [User0] -
trunk/samhainrc.linux
r7 r14 71 71 [ReadOnly] 72 72 dir = 0/ 73 74 [Attributes] 75 file = /tmp 76 file = /dev 77 file = /media 78 file = /proc 79 file = /sys 73 80 74 81 #
Note:
See TracChangeset
for help on using the changeset viewer.