mirror of
https://github.com/systemd/systemd
synced 2025-09-29 08:44:45 +02:00
Compare commits
No commits in common. "8dd294c5a9111d7c03043f20dd23371991fbd1fa" and "fee6441601c979165ebcbb35472036439f8dad5f" have entirely different histories.
8dd294c5a9
...
fee6441601
2
.github/workflows/cifuzz.yml
vendored
2
.github/workflows/cifuzz.yml
vendored
@ -14,7 +14,7 @@ on:
|
|||||||
- 'tools/oss-fuzz.sh'
|
- 'tools/oss-fuzz.sh'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
Fuzzing:
|
Fuzzing:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
4
.github/workflows/mkosi.yml
vendored
4
.github/workflows/mkosi.yml
vendored
@ -5,10 +5,10 @@ name: mkosi
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
@ -5,7 +5,7 @@ name: Unit tests
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -4,7 +4,7 @@ System and Service Manager
|
|||||||
|
|
||||||
<a href="https://in.waw.pl/systemd-github-state/systemd-systemd-issues.svg"><img align="right" src="https://in.waw.pl/systemd-github-state/systemd-systemd-issues-small.svg" alt="Count of open issues over time"></a>
|
<a href="https://in.waw.pl/systemd-github-state/systemd-systemd-issues.svg"><img align="right" src="https://in.waw.pl/systemd-github-state/systemd-systemd-issues-small.svg" alt="Count of open issues over time"></a>
|
||||||
<a href="https://in.waw.pl/systemd-github-state/systemd-systemd-pull-requests.svg"><img align="right" src="https://in.waw.pl/systemd-github-state/systemd-systemd-pull-requests-small.svg" alt="Count of open pull requests over time"></a>
|
<a href="https://in.waw.pl/systemd-github-state/systemd-systemd-pull-requests.svg"><img align="right" src="https://in.waw.pl/systemd-github-state/systemd-systemd-pull-requests-small.svg" alt="Count of open pull requests over time"></a>
|
||||||
[](https://the-real-systemd.semaphoreci.com/projects/systemd)<br/>
|
[](https://the-real-systemd.semaphoreci.com/projects/systemd)<br/>
|
||||||
[](https://scan.coverity.com/projects/350)<br/>
|
[](https://scan.coverity.com/projects/350)<br/>
|
||||||
[](https://oss-fuzz-build-logs.storage.googleapis.com/index.html#systemd)<br/>
|
[](https://oss-fuzz-build-logs.storage.googleapis.com/index.html#systemd)<br/>
|
||||||
[](https://github.com/systemd/systemd/actions)<br/>
|
[](https://github.com/systemd/systemd/actions)<br/>
|
||||||
@ -13,7 +13,7 @@ System and Service Manager
|
|||||||
[](https://jenkins-systemd.apps.ocp.ci.centos.org/job/upstream-centos7/)<br/>
|
[](https://jenkins-systemd.apps.ocp.ci.centos.org/job/upstream-centos7/)<br/>
|
||||||
[](https://jenkins-systemd.apps.ocp.ci.centos.org/job/upstream-vagrant-archlinux/)<br/>
|
[](https://jenkins-systemd.apps.ocp.ci.centos.org/job/upstream-vagrant-archlinux/)<br/>
|
||||||
[&job=upstream-vagrant-archlinux-sanitizers)](https://jenkins-systemd.apps.ocp.ci.centos.org/job/upstream-vagrant-archlinux-sanitizers/)<br/>
|
[&job=upstream-vagrant-archlinux-sanitizers)](https://jenkins-systemd.apps.ocp.ci.centos.org/job/upstream-vagrant-archlinux-sanitizers/)<br/>
|
||||||
[](https://fossies.org/linux/test/systemd-main.tar.gz/codespell.html)</br>
|
[](https://fossies.org/linux/test/systemd-master.tar.gz/codespell.html)</br>
|
||||||
[](https://repology.org/project/systemd/versions)
|
[](https://repology.org/project/systemd/versions)
|
||||||
|
|
||||||
## Details
|
## Details
|
||||||
|
@ -2,6 +2,5 @@
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
MountAPIVFS=yes
|
MountAPIVFS=yes
|
||||||
BindPaths=/run
|
|
||||||
BindReadOnlyPaths=/etc/machine-id
|
BindReadOnlyPaths=/etc/machine-id
|
||||||
BindReadOnlyPaths=/etc/resolv.conf
|
BindReadOnlyPaths=/etc/resolv.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user