There is no reason to lock down the dtb directory for ordinary users. --- rpm/dtb.spec.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/dtb.spec.in.in b/rpm/dtb.spec.in.in index 8badeb3a98f..25c30df4b89 100644 --- a/rpm/dtb.spec.in.in +++ b/rpm/dtb.spec.in.in @@ -88,7 +88,7 @@ done cd pp for dts in $ALL_SUPPORTED_DTB; do target=${dts%*.dts} - install -m 700 -d %{buildroot}%{dtbdir}/$(dirname $target) + install -m 755 -d %{buildroot}%{dtbdir}/$(dirname $target) # install -m 644 COPYING %{buildroot}%{dtbdir}/$(dirname $target) install -m 644 $target.dtb %{buildroot}%{dtbdir}/$(dirname $target) %ifarch aarch64 -- 2.22.0 -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org