Oliver Calder
Oliver Calder
Added Pop!_OS logo to the icons directories. The source image was the official logo svg from /usr/share/icons/pop-os-branding/pop_icon.svg. Conversion process: 1. Opened existing circular logo in gimp (in my case, used...
**Requirements** - [x] I have searched the [issues](https://github.com/ryanoasis/nerd-fonts/issues) for my request and found nothing related and/or helpful - [x] I have searched the [FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting) for help - [x] I have...
Adjust the EFI boot assets to place shim and grub binaries in `EFI/ubuntu/`, with boot and fallback binaries in `EFI/BOOT/`. Additionally, `BOOT${arch}.CSV` and `mm${arch}.efi` are placed in `EFI/ubuntu/`. This corresponds...
This PR adds fallback shim and grub EFI assets to `EFI/ubuntu/`, while leaving non-fallback assets in `EFI/BOOT/`. This is part of larger work on the snapd side to explicitly set...
Add the `common` package, which provides type definitions and functions which are used by other components related to apparmor prompting. Notably, this package handles: - Interface-specific constraints - Abstracted permissions...
If AppArmor prompting is supported and enabled, include the `prompt` prefix in relevant AppArmor rules. For now, such rules are only those in the home interface, but rules with the...
This PR splits off a portion of the work from #13670 related to AppArmor feature support for prompting. Notably, this also adjusts the apparmor kernel and parser feature probing, since...
This PR splits out the path pattern matching, expansion, and precedence from the previous PR to add the `common` package in its entirety: #13668 The path pattern-related work there itself...
Add `experimental.apparmor-prompting` feature. Enabling this feature regenerates AppArmor profiles for relevant interfaces to add the `prompt` prefix to AppArmor rules. AppArmor then knows to send a prompt request via the...
This is the meta-PR to track outstanding changes from the prompting branch. Smaller PRs will be opened to chip away at these differences, with the eventual goal of bringing full...