core
core copied to clipboard
This repository contains the source code of the core snap
This file has always been shipped by snapd, but we are about to remove it from there because it causes issues on recent classic systems. See also: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1966203
Some systems need to set the REGDOMAIN for iw(8). This is done by providing `/etc/default/crda` as a symlink to `/etc/writable/crda`.
Do a very basic check that the snap is valid after the building. Thanks to Sergio for the suggestion.
The base-files package grew a new /etc/update-motd.d/50-motd-news script during the lifetime of Core 16. This script wants to write to the non-writable /var/cache/motd-news location and also needs curl to work....
There is no restorecon on core (thanks to Maciej). Also fix whitespace in the following line.
Some distros use /var/home instead of the traditional /home. Until we have support for /home at any location this will help supporting those distros.
This mirrors the fix in https://github.com/snapcore/core/pull/127 but for the target filename instead of for the version scriptlet. The current `usr/lib/snapd/info` looks like this: ``` VERSION=2.59.3 SNAPD_APPARMOR_REEXEC=1 SNAPD_ASSERTS_FORMATS='{"snap-declaration":5,"system-user":2}' ``` which means...
Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...