diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-06-03 19:14:02 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:54:13 +0200 |
commit | bf318449f512156f7363a9aa99917c77843a0704 (patch) | |
tree | 91017f3b1fb2086e2d38639961c285f0ec2f1519 | |
parent | 8c0f57af454b65e7d01e48a62649bf3886cade46 (diff) |
rkhunter: Allow hidden dir /etc/.java
-rw-r--r-- | roles/common/files/etc/rkhunter.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/common/files/etc/rkhunter.conf b/roles/common/files/etc/rkhunter.conf index 9306631..31b3062 100644 --- a/roles/common/files/etc/rkhunter.conf +++ b/roles/common/files/etc/rkhunter.conf @@ -602,41 +602,41 @@ SCRIPTWHITELIST=/usr/sbin/adduser # The default value is the null string. # #IMMUTWHITELIST=/sbin/ifdown # # If this option is set to '1', then the immutable-bit test is reversed. That # is, the files are expected to have the bit set. A value of '0' means that the # immutable-bit should not be set. # # The default value is '0'. # #IMMUTABLE_SET=0 # # Allow the specified hidden directory to be whitelisted. # # This option may be specified more than once, and may use wildcard characters. # # The default value is the null string. # -#ALLOWHIDDENDIR=/etc/.java +ALLOWHIDDENDIR=/etc/.java ALLOWHIDDENDIR=/etc/.git # # Allow the specified hidden file to be whitelisted. # # This option may be specified more than once, and may use wildcard characters. # # The default value is the null string. # #ALLOWHIDDENFILE=/usr/share/man/man1/..1.gz #ALLOWHIDDENFILE=/usr/bin/.fipscheck.hmac #ALLOWHIDDENFILE=/usr/bin/.ssh.hmac #ALLOWHIDDENFILE=/usr/lib/.libfipscheck.so.1.1.0.hmac #ALLOWHIDDENFILE=/usr/lib/hmaccalc/sha1hmac.hmac #ALLOWHIDDENFILE=/usr/lib/hmaccalc/sha256hmac.hmac #ALLOWHIDDENFILE=/usr/sbin/.sshd.hmac #ALLOWHIDDENFILE=/usr/share/man/man5/.k5login.5.gz ALLOWHIDDENFILE=/etc/.etckeeper ALLOWHIDDENFILE=/etc/.gitignore #ALLOWHIDDENFILE=/etc/.bzrignore |