Logo
Explore Help
Sign In
dasharo/systemd
0
0
Fork 0
You've already forked systemd
mirror of https://github.com/Dasharo/systemd.git synced 2026-03-06 15:02:31 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
main
systemd/test/test-execute/exec-restrictnamespaces-no.service

9 lines
173 B
SYSTEMD
Raw Permalink Normal View History

tests: add spdx license header to test unit/link/network/conf files Those are all consumed by our parser, so they all support comments. I was considering whether they should have a license header at all, but in the end I decided to add it because those files are often created by copying parts of real unit files. And if the real ones have a license, then those might as well. It's easier to add it than to make an exception.
2021-10-17 18:07:22 +02:00
# SPDX-License-Identifier: LGPL-2.1-or-later
test: add tests for RestrictNamespaces=
2016-11-15 15:50:19 +01:00
[Unit]
Description=Test RestrictNamespaces=no
[Service]
RestrictNamespaces=no
test: drop the use of /bin/sh in various test services This is not meant to be comprehensive, just the few cases where the /bin/sh -c wrapper is obviously superfluous.
2018-03-25 21:10:50 +02:00
ExecStart=unshare -m -u -i -n -p -f
test: add tests for RestrictNamespaces=
2016-11-15 15:50:19 +01:00
Type=oneshot
Reference in New Issue Copy Permalink
Powered by Gitea Page: 605ms Template: 12ms
English
English
Licenses API