Skip to content

Commit 88c08be

Browse files
committed
Add permissions warnings in openQA build
Just apply the suggestions from the build's output to prevent those warnings.
1 parent 545e250 commit 88c08be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/rpm/openQA.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ fi
714714
%{_sbindir}/rcopenqa-slirpvde
715715
%{_sbindir}/rcopenqa-vde_switch
716716
%{_sbindir}/rcopenqa-worker
717-
%ghost %config(noreplace) %{_sysconfdir}/openqa/workers.ini
717+
%ghost %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/openqa/workers.ini
718718
%ghost %config(noreplace) %attr(0400,_openqa-worker,root) %{_sysconfdir}/openqa/client.conf
719719
%dir %{_sysconfdir}/openqa/workers.ini.d
720720
%dir %{_sysconfdir}/openqa/client.conf.d
@@ -743,7 +743,7 @@ fi
743743
%{_datadir}/openqa/script/openqa-slirpvde
744744
%{_datadir}/openqa/script/openqa-vde_switch
745745
%{_tmpfilesdir}/openqa.conf
746-
%ghost %dir %{_rundir}/openqa
746+
%ghost %dir %attr(0755,_openqa-worker,root) %{_rundir}/openqa
747747
# worker libs
748748
%dir %{_datadir}/openqa
749749
%dir %{_datadir}/openqa/script

0 commit comments

Comments
 (0)