summaryrefslogtreecommitdiff
path: root/sysconf
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-26 22:53:03 +0200
committerChristian Poessinger <christian@poessinger.com>2021-06-26 22:53:03 +0200
commit914262b55754aa95883b2e4b05969b5822cf95fc (patch)
tree29e84ad21aa8ec14ccc19ae96c1d09f49ebc45cf /sysconf
parentb34685caa3431f4c83b3ce0e714992ddcdd23b20 (diff)
downloadvyatta-cfg-system-914262b55754aa95883b2e4b05969b5822cf95fc.tar.gz
vyatta-cfg-system-914262b55754aa95883b2e4b05969b5822cf95fc.zip
Migrate sysconf files to vyos-1x
Diffstat (limited to 'sysconf')
-rw-r--r--sysconf/capability.conf10
-rw-r--r--sysconf/level2
-rw-r--r--sysconf/rsyslog.conf67
-rw-r--r--sysconf/securetty83
4 files changed, 0 insertions, 162 deletions
diff --git a/sysconf/capability.conf b/sysconf/capability.conf
deleted file mode 100644
index 0a7235f1..00000000
--- a/sysconf/capability.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-# this is a capability file (used in conjunction with the pam_cap.so module)
-
-# Special capability for Vyatta admin
-all %vyattacfg
-
-# Vyatta Operator
-cap_net_admin,cap_sys_boot,cap_audit_write %vyattaop
-
-## 'everyone else' gets no inheritable capabilities
-none *
diff --git a/sysconf/level b/sysconf/level
deleted file mode 100644
index ecc8c487..00000000
--- a/sysconf/level
+++ /dev/null
@@ -1,2 +0,0 @@
-admin:frrvty,vyattacfg,sudo,adm,dip,disk
-operator:frrvty,vyattaop,operator,adm,dip
diff --git a/sysconf/rsyslog.conf b/sysconf/rsyslog.conf
deleted file mode 100644
index 76424722..00000000
--- a/sysconf/rsyslog.conf
+++ /dev/null
@@ -1,67 +0,0 @@
-# /etc/rsyslog.conf Configuration file for rsyslog.
-#
-# For more information see
-# /usr/share/doc/rsyslog-doc/html/rsyslog_conf.html
-
-
-#################
-#### MODULES ####
-#################
-
-$ModLoad imuxsock # provides support for local system logging
-$ModLoad imklog # provides kernel logging support (previously done by rklogd)
-#$ModLoad immark # provides --MARK-- message capability
-
-$OmitLocalLogging off
-$SystemLogSocketName /run/systemd/journal/syslog
-
-$KLogPath /proc/kmsg
-
-# provides UDP syslog reception
-#$ModLoad imudp
-#$UDPServerRun 514
-
-# provides TCP syslog reception
-#$ModLoad imtcp
-#$InputTCPServerRun 514
-
-
-###########################
-#### GLOBAL DIRECTIVES ####
-###########################
-
-#
-# Use traditional timestamp format.
-# To enable high precision timestamps, comment out the following line.
-#
-$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
-
-# Filter duplicated messages
-$RepeatedMsgReduction on
-
-#
-# Set the default permissions for all log files.
-#
-$FileOwner root
-$FileGroup adm
-$FileCreateMode 0640
-$DirCreateMode 0755
-$Umask 0022
-
-#
-# Include all config files in /etc/rsyslog.d/
-#
-$IncludeConfig /etc/rsyslog.d/*.conf
-
-###############
-#### RULES ####
-###############
-
-daemon.* /var/log/messages
-
-# Log authorization failure messages
-auth,authpriv.* /var/log/auth.log
-
-# Emergencies are sent to everybody logged in.
-*.emerg :omusrmsg:*
-
diff --git a/sysconf/securetty b/sysconf/securetty
deleted file mode 100644
index 17d8610a..00000000
--- a/sysconf/securetty
+++ /dev/null
@@ -1,83 +0,0 @@
-# /etc/securetty: list of terminals on which root is allowed to login.
-# See securetty(5) and login(1).
-console
-
-# Standard serial ports
-ttyS0
-ttyS1
-
-# USB dongles
-ttyUSB0
-ttyUSB1
-ttyUSB2
-
-# Standard hypervisor virtual console
-hvc0
-
-# Oldstyle Xen console
-xvc0
-
-# Standard consoles
-tty1
-tty2
-tty3
-tty4
-tty5
-tty6
-tty7
-tty8
-tty9
-tty10
-tty11
-tty12
-tty13
-tty14
-tty15
-tty16
-tty17
-tty18
-tty19
-tty20
-tty21
-tty22
-tty23
-tty24
-tty25
-tty26
-tty27
-tty28
-tty29
-tty30
-tty31
-tty32
-tty33
-tty34
-tty35
-tty36
-tty37
-tty38
-tty39
-tty40
-tty41
-tty42
-tty43
-tty44
-tty45
-tty46
-tty47
-tty48
-tty49
-tty50
-tty51
-tty52
-tty53
-tty54
-tty55
-tty56
-tty57
-tty58
-tty59
-tty60
-tty61
-tty62
-tty63