]> git.pld-linux.org Git - packages/etckeeper.git/blame - update-ignore.patch
more possible secrets
[packages/etckeeper.git] / update-ignore.patch
CommitLineData
9ea829fd
ER
1--- etckeeper-1.10/update-ignore.d/01update-ignore 2013-11-14 15:33:56.904100141 +0200
2+++ etckeeper-1.10/update-ignore.d/01update-ignore 2014-02-03 11:58:25.578526063 +0000
d9dde690
ER
3@@ -103,11 +103,10 @@
4
5 comment "old versions of files"
6 ignore "*.old"
7- # Not currently ignored as admins tend to rely on these files.
8- #ignore "passwd-"
9- #ignore "group-"
10- #ignore "shadow-"
11- #ignore "gshadow-"
12+ ignore "passwd-"
13+ ignore "group-"
14+ ignore "shadow-"
15+ ignore "gshadow-"
16 nl
17
18 comment "mount(8) records system state here, no need to store these"
9ea829fd 19@@ -146,11 +145,78 @@
d50be7d4
ER
20 ignore "cups/subscriptions.conf.O"
21 ignore "fake-hwclock.data"
22 nl
23+
24+ comment "PLD Linux addons"
98c161da 25+ comment "ca-certificates: generated content"
d50be7d4 26+ ignore "certs/ca-certificates.crt"
98c161da 27+ ignore "openssl/certs/*"
d50be7d4 28+
a3d79e64
ER
29+ comment "bash-completion"
30+ ignore "bash_completion.d/*"
31+ ignore "bash_completion"
32+
33+ comment "openldap"
34+ ignore "ldap.secret"
35+
36+ comment "postfix"
37+ ignore "mail/*.db"
38+
8caf7b29
ER
39+ comment "rc-scripts binary locales"
40+ ignore "sysconfig/locale/*/LC_MESSAGES/rc-scripts.mo"
41+
a3d79e64 42+ comment "rc-scripts"
d50be7d4 43+ ignore "rc.d/init.d/*"
a3d79e64
ER
44+ ignore "rc.d/rc?.d/[SK]*"
45+ ignore "rc.d/rc.init"
46+ ignore "rc.d/rc.local"
47+ ignore "rc.d/rc.shutdown"
48+ ignore "rc.d/rc.sysinit"
49+
399aca60
ER
50+ comment "zsh compiled"
51+ ignore "*.zwc"
52+
57c22d66 53+ comment "sshd keys"
96095801 54+ ignore "ssh/ssh_*_key*"
57c22d66 55+
e88a0d75
ER
56+ comment "bacula passwords"
57+ ignore "bacula/*-password"
58+
5226d19d
ER
59+ comment "chef secret"
60+ ignore "chef/encrypted_data_bag_secret"
61+
fc5217c1
ER
62+ comment "visudo tmp"
63+ ignore "sudoers.tmp"
64+
9ea829fd
ER
65+ comment "secrets"
66+ ignore "crypttab"
67+ ignore "shadow"
68+
69+ comment "certificates"
70+ ignore "httpd/ssl/"
71+
72+ comment "ntp keys"
73+ ignore "ntp/keys"
74+
399aca60
ER
75+ comment "ssh-blacklists"
76+ ignore "ssh/blacklist.DSA-1024"
77+ ignore "ssh/blacklist.DSA-2048"
78+ ignore "ssh/blacklist.RSA-1024"
79+ ignore "ssh/blacklist.RSA-2048"
80+ ignore "ssh/blacklist.RSA-4096"
81+
a3d79e64
ER
82+ comment "CVS version conflicts"
83+ ignore ".#*.*.*"
57c22d66
ER
84+
85+ comment "vigr backups"
86+ ignore "group.vigr*"
96095801 87+ ignore "passwd.vipw*"
d50be7d4
ER
88
89 comment "editor temp files"
90 ignore "*~"
f1374987
ER
91 ignore ".*.sw?"
92 ignore ".sw?"
93+ ignore ".bak"
94+ ignore ".BAK"
95 ignore "#*#"
96 ignore DEADJOE
97
This page took 0.03449 seconds and 4 git commands to generate.