committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2021-08-05 18:32:17 +03:00
parent c7067d45fe
commit 67b9c10719
4 changed files with 12 additions and 1 deletions

View File

@@ -29,7 +29,6 @@ mkdir -p './firewalld/helpers'
mkdir -p './firewalld/icmptypes' mkdir -p './firewalld/icmptypes'
mkdir -p './firewalld/ipsets' mkdir -p './firewalld/ipsets'
mkdir -p './firewalld/services' mkdir -p './firewalld/services'
mkdir -p './gdbinit.d'
mkdir -p './glvnd/egl_vendor.d' mkdir -p './glvnd/egl_vendor.d'
mkdir -p './gnupg' mkdir -p './gnupg'
mkdir -p './groff/site-font' mkdir -p './groff/site-font'
@@ -489,6 +488,7 @@ maybe chmod 0755 'dnf/aliases.d'
maybe chmod 0644 'dnf/dnf.conf' maybe chmod 0644 'dnf/dnf.conf'
maybe chmod 0755 'dnf/modules.d' maybe chmod 0755 'dnf/modules.d'
maybe chmod 0644 'dnf/modules.d/container-tools.module' maybe chmod 0644 'dnf/modules.d/container-tools.module'
maybe chmod 0640 'dnf/modules.d/go-toolset.module'
maybe chmod 0644 'dnf/modules.d/httpd.module' maybe chmod 0644 'dnf/modules.d/httpd.module'
maybe chmod 0644 'dnf/modules.d/javapackages-runtime.module' maybe chmod 0644 'dnf/modules.d/javapackages-runtime.module'
maybe chmod 0644 'dnf/modules.d/llvm-toolset.module' maybe chmod 0644 'dnf/modules.d/llvm-toolset.module'
@@ -872,6 +872,7 @@ maybe chmod 0755 'gcrypt'
maybe chmod 0644 'gcrypt/random.conf' maybe chmod 0644 'gcrypt/random.conf'
maybe chmod 0644 'gdbinit' maybe chmod 0644 'gdbinit'
maybe chmod 0755 'gdbinit.d' maybe chmod 0755 'gdbinit.d'
maybe chmod 0644 'gdbinit.d/golang.gdb'
maybe chmod 0755 'glances' maybe chmod 0755 'glances'
maybe chmod 0644 'glances/glances.conf' maybe chmod 0644 'glances/glances.conf'
maybe chmod 0755 'glvnd' maybe chmod 0755 'glvnd'
@@ -4253,6 +4254,7 @@ maybe chmod 0755 'ppp/peers'
maybe chmod 0644 'ppp/peers/vpn_gazduire.ro' maybe chmod 0644 'ppp/peers/vpn_gazduire.ro'
maybe chmod 0644 'pptpd.conf' maybe chmod 0644 'pptpd.conf'
maybe chmod 0755 'prelink.conf.d' maybe chmod 0755 'prelink.conf.d'
maybe chmod 0644 'prelink.conf.d/golang.conf'
maybe chmod 0644 'prelink.conf.d/grub2.conf' maybe chmod 0644 'prelink.conf.d/grub2.conf'
maybe chmod 0644 'printcap' maybe chmod 0644 'printcap'
maybe chmod 0644 'profile' maybe chmod 0644 'profile'

View File

@@ -0,0 +1,5 @@
[go-toolset]
name=go-toolset
stream=rhel8
profiles=
state=enabled

1
gdbinit.d/golang.gdb Normal file
View File

@@ -0,0 +1 @@
add-auto-load-safe-path /usr/lib/golang/src/pkg/runtime/runtime-gdb.py

View File

@@ -0,0 +1,3 @@
# there are ELF files in src which are testdata and shouldn't be modified
-b /usr/lib/golang/src
-b /usr/lib64/golang/src