-
Notifications
You must be signed in to change notification settings - Fork 321
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
Use passwd symlinks instead of bind mounts #3200
base: main
Are you sure you want to change the base?
Commits on Nov 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 15a2fbc - Browse repository at this point
Copy the full SHA 15a2fbcView commit details -
sandbox: Make --symlink work on top of existin files and symlinks
With the new mount API, we can mount on top of existing symlinks and files, so let's make use of that for --symlink.
Configuration menu - View commit details
-
Copy full SHA for a43866b - Browse repository at this point
Copy the full SHA a43866bView commit details -
Use passwd symlinks instead of bind mounts
Bind mounts don't reflect changes to the original files if they're replaced instead of modified. Let's use symlinks instead so that changes to the original files are always reflected. Fixes systemd#3189
Configuration menu - View commit details
-
Copy full SHA for 57a716e - Browse repository at this point
Copy the full SHA 57a716eView commit details -
Add ToolsTreePackageDirectories=
Sometimes, we want to add locally built rpm packages to the default tools tree. For example, systemd-repart depends on mkfs binaries that might not be available on the host system, so the only way to run it is from within the tools tree, which means we need a way to install systemd-repart built from source within the tools tree.
Configuration menu - View commit details
-
Copy full SHA for a16f27d - Browse repository at this point
Copy the full SHA a16f27dView commit details -
Don't require sbsigntools for secure boot auto enroll unless required
If bootctl 257 or newer is installed, we don't use sbsigntools anymore so don't require it in that case.
Configuration menu - View commit details
-
Copy full SHA for 5a3a3b6 - Browse repository at this point
Copy the full SHA 5a3a3b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c19f078 - Browse repository at this point
Copy the full SHA c19f078View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05ed450 - Browse repository at this point
Copy the full SHA 05ed450View commit details -
Install pkcs11-provider and opensc in tools tree
Required for signing with openssl pkcs11 provider.
Configuration menu - View commit details
-
Copy full SHA for a1dc897 - Browse repository at this point
Copy the full SHA a1dc897View commit details -
Configuration menu - View commit details
-
Copy full SHA for b89a6d8 - Browse repository at this point
Copy the full SHA b89a6d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc8a959 - Browse repository at this point
Copy the full SHA fc8a959View commit details