saving uncommitted changes in /etc prior to dnf run
This commit is contained in:
@@ -5724,6 +5724,8 @@ maybe chmod 0644 'sysconfig/firewalld'
|
||||
maybe chmod 0644 'sysconfig/firstboot'
|
||||
maybe chmod 0644 'sysconfig/garb'
|
||||
maybe chmod 0644 'sysconfig/htcacheclean'
|
||||
maybe chmod 0750 'sysconfig/imunify360'
|
||||
maybe chmod 0640 'sysconfig/imunify360/integration.conf'
|
||||
maybe chmod 0600 'sysconfig/ip6tables-config'
|
||||
maybe chmod 0600 'sysconfig/iptables-config'
|
||||
maybe chmod 0644 'sysconfig/iptables.old-2020-10-20-17_37_02'
|
||||
@@ -5967,6 +5969,8 @@ maybe chmod 0644 'yum.repos.d/epel-testing.repo'
|
||||
maybe chmod 0644 'yum.repos.d/epel.repo'
|
||||
maybe chmod 0644 'yum.repos.d/hashicorp.repo'
|
||||
maybe chmod 0640 'yum.repos.d/immortal_immortal.repo'
|
||||
maybe chmod 0644 'yum.repos.d/imunify360-testing.repo'
|
||||
maybe chmod 0644 'yum.repos.d/imunify360.repo'
|
||||
maybe chmod 0640 'yum.repos.d/kopia.repo'
|
||||
maybe chmod 0640 'yum.repos.d/lynis.repo'
|
||||
maybe chmod 0640 'yum.repos.d/mariadb.repo'
|
||||
|
||||
@@ -50,3 +50,4 @@
|
||||
5.12.16.7
|
||||
188.25.147.94
|
||||
188.26.229.84
|
||||
188.25.216.85
|
||||
|
||||
2
sysconfig/imunify360/integration.conf
Normal file
2
sysconfig/imunify360/integration.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
[paths]
|
||||
ui_path = /var/www/html/vhosts/club3d.ro/imunify360
|
||||
6
yum.repos.d/imunify360-testing.repo
Normal file
6
yum.repos.d/imunify360-testing.repo
Normal file
@@ -0,0 +1,6 @@
|
||||
[imunify360-testing]
|
||||
name=EL-$releasever - Imunify360
|
||||
baseurl=https://repo.imunify360.cloudlinux.com/defense360//el/$releasever/updates-testing/x86_64/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=https://repo.imunify360.cloudlinux.com/defense360//RPM-GPG-KEY-CloudLinux
|
||||
6
yum.repos.d/imunify360.repo
Normal file
6
yum.repos.d/imunify360.repo
Normal file
@@ -0,0 +1,6 @@
|
||||
[imunify360]
|
||||
name=EL-$releasever - Imunify360
|
||||
baseurl=https://repo.imunify360.cloudlinux.com/defense360//el/$releasever/updates/x86_64/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=https://repo.imunify360.cloudlinux.com/defense360//RPM-GPG-KEY-CloudLinux
|
||||
Reference in New Issue
Block a user