Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow podman to use containers-storage transport locally #83

Merged
merged 2 commits into from
Jul 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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