Skip to content

Commit

Permalink
fix: allow podman to use containers-storage transport locally (#83)
Browse files Browse the repository at this point in the history
Incidentally fixes typos in dates on spec files which were found during
testing.

closes #82

Co-authored-by: Jorge O. Castro <[email protected]>
  • Loading branch information
bsherman and castrojo authored Jul 23, 2023
1 parent 64f6b36 commit 5836ef9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/ublue-os-just/ublue-os-just.spec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install -Dm755 %{SOURCE0} %{buildroot}%{_sysconfdir}/profile.d/ublue-os-just.sh
%attr(0755,root,root) %{_sysconfdir}/profile.d/ublue-os-just.sh

%changelog
* Sun May 13 2023 Benjamin Sherman <[email protected]> - 0.2
* Sat May 13 2023 Benjamin Sherman <[email protected]> - 0.2
- Refactor directory structure
- Rename justfile to main.just
- Add nvidia.just and custom.just
Expand Down
9 changes: 8 additions & 1 deletion files/usr/etc/containers/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@
}
]
},
"containers-storage": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"dir": {
"": [
{
Expand All @@ -71,4 +78,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion rpmspec/ublue-os-udev-rules.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cp %{buildroot}%{_datadir}/%{VENDOR}/{%{sub_name}/etc/udev/rules.d,game-devices-


%changelog
* Thu May 13 2023 Benjamin Sherman <[email protected]> - 0.4
* Sat May 13 2023 Benjamin Sherman <[email protected]> - 0.4
- Add usb-realtek-net rules

* Fri May 12 2023 Benjamin Sherman <[email protected]> - 0.3
Expand Down

0 comments on commit 5836ef9

Please sign in to comment.