remove group write permission from 98-default-mac-none.link

The 99-default.link has 644 perms so let's do the same for
98-default-mac-none.link. This was tripping up a test in the
Fedora CoreOS test framework [1].

https://github.com/coreos/fedora-coreos-tracker/issues/1427
This commit is contained in:
Dusty Mabe 2023-02-20 22:28:06 -05:00 committed by zbyszek
parent cfc2c60978
commit 6770ee3c6d
1 changed files with 1 additions and 1 deletions

View File

@ -755,7 +755,7 @@ install -Dm0644 -t %{buildroot}%{system_unit_dir}/system.slice.d/ %{SOURCE15}
install -Dm0644 -t %{buildroot}%{user_unit_dir}/slice.d/ %{SOURCE15}
# https://bugzilla.redhat.com/show_bug.cgi?id=2107754
install -Dm0664 -t %{buildroot}%{_prefix}/lib/systemd/network/ %{SOURCE25}
install -Dm0644 -t %{buildroot}%{_prefix}/lib/systemd/network/ %{SOURCE25}
sed -i 's|#!/usr/bin/env python3|#!%{__python3}|' %{buildroot}/usr/lib/systemd/tests/run-unit-tests.py