Initial commit.
This commit is contained in:
commit
3d665e5e11
72 changed files with 3200 additions and 0 deletions
161
base-files/.gitignore
vendored
Normal file
161
base-files/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,161 @@
|
|||
# Files which should never be tracked, for security.
|
||||
gshadow
|
||||
shadow
|
||||
ssh/*_key
|
||||
|
||||
# Temporary, backup, sample and dist files.
|
||||
*.swp
|
||||
.pwd.lock
|
||||
group-
|
||||
gshadow-
|
||||
passwd-
|
||||
shadow-
|
||||
*.example
|
||||
*-example
|
||||
*_example
|
||||
*.sample
|
||||
*-sample
|
||||
*_sample
|
||||
*.dist
|
||||
|
||||
# Dynamically created files.
|
||||
adjtime
|
||||
ca-certificates.conf
|
||||
ld.so.cache
|
||||
random-seed
|
||||
|
||||
# Files that don't need to be tracked.
|
||||
DIR_COLORS
|
||||
X11/
|
||||
bind.keys
|
||||
bindresvport.blacklist
|
||||
cgconfig.conf
|
||||
cgred.conf
|
||||
cgrules.conf
|
||||
cgsnapshot_blacklist.conf
|
||||
cron.daily/certwatch
|
||||
cron.daily/logrotate
|
||||
cron.daily/man-db
|
||||
cron.daily/mlocate
|
||||
dbus-1/
|
||||
default/cpufreq
|
||||
default/crond
|
||||
default/kadmind
|
||||
default/kpropd
|
||||
default/krb5kdc
|
||||
default/lxc
|
||||
default/sshd
|
||||
default/useradd
|
||||
dhcpcd.conf
|
||||
dnsmasq.conf
|
||||
e2scrub.conf
|
||||
ethertypes
|
||||
fail2ban/*.conf
|
||||
fail2ban/action.d/*.conf
|
||||
fail2ban/action.d/*.py
|
||||
fail2ban/filter.d/ignorecommands
|
||||
fail2ban/filter.d/*.conf
|
||||
fb.modes
|
||||
file/
|
||||
host.conf
|
||||
hosts.allow
|
||||
hosts.deny
|
||||
hosts.equiv
|
||||
init.d
|
||||
inputrc
|
||||
iproute2/
|
||||
issue
|
||||
issue.net
|
||||
ld.so.conf
|
||||
libnl/
|
||||
localtime
|
||||
localtime-copied-from
|
||||
login.access
|
||||
lxc/default.conf
|
||||
lynx.cfg
|
||||
lynx.lss
|
||||
man_db.conf
|
||||
mcelog/mcelog.conf
|
||||
mcelog/*-trigger
|
||||
misc
|
||||
mke2fs.conf
|
||||
modprobe.d/README
|
||||
mtab
|
||||
named.conf
|
||||
nanorc
|
||||
netconfig
|
||||
nntpserver
|
||||
nsswitch.conf
|
||||
ntp.keys
|
||||
os-release
|
||||
profile.d/coreutils-dircolors.*
|
||||
profile.d/gawk.*
|
||||
profile.d/glibc.*
|
||||
profile.d/man-db.*
|
||||
profile.d/z-dot-in-non-root-path.*
|
||||
protocols
|
||||
!rc.d/init.d/
|
||||
rc.d/init.d/README.functions
|
||||
rc.d/init.d/functions
|
||||
rc.d/rc.0
|
||||
rc.d/rc.4
|
||||
rc.d/rc.6
|
||||
rc.d/rc.K
|
||||
rc.d/rc.M
|
||||
rc.d/rc.S
|
||||
rc.d/rc.bind
|
||||
rc.d/rc.cgconfig
|
||||
rc.d/rc.cgmanager
|
||||
rc.d/rc.cgproxy
|
||||
rc.d/rc.cgred
|
||||
rc.d/rc.cpufreq
|
||||
rc.d/rc.crond
|
||||
rc.d/rc.dnsmasq
|
||||
rc.d/rc.fail2ban
|
||||
rc.d/rc.font
|
||||
rc.d/rc.haveged
|
||||
rc.d/rc.inet1
|
||||
rc.d/rc.inet2
|
||||
rc.d/rc.ip_forward
|
||||
rc.d/rc.kadmind
|
||||
rc.d/rc.kpropd
|
||||
rc.d/rc.krb5kdc
|
||||
rc.d/rc.libvirt
|
||||
rc.d/rc.loop
|
||||
rc.d/rc.lxc
|
||||
rc.d/rc.mcelog
|
||||
rc.d/rc.messagebus
|
||||
rc.d/rc.modules
|
||||
rc.d/rc.ntpd
|
||||
rc.d/rc.qemu-ga
|
||||
rc.d/rc.saslauthd
|
||||
rc.d/rc.serial
|
||||
rc.d/rc.setterm
|
||||
rc.d/rc.smartd
|
||||
rc.d/rc.sshd
|
||||
rc.d/rc.sysstat
|
||||
rc.d/rc.sysvinit
|
||||
rc.d/rc.udev
|
||||
rc.d/rc.vnstat
|
||||
rc?.d
|
||||
!rc.d/rc?.d/
|
||||
request-key.conf
|
||||
rmt
|
||||
screenrc
|
||||
sensors3.conf
|
||||
serial.conf
|
||||
services
|
||||
shells
|
||||
skel/.screenrc
|
||||
slackware-version
|
||||
smartd_warning.sh
|
||||
ssh/moduli
|
||||
ssl/
|
||||
sudoers
|
||||
sysstat/
|
||||
termcap
|
||||
udev/
|
||||
updatedb.conf
|
||||
vi.exrc
|
||||
wgetrc
|
||||
xattr.conf
|
||||
Loading…
Add table
Add a link
Reference in a new issue