mirror of
https://github.com/systemd/systemd
synced 2025-09-28 16:24:45 +02:00
Compare commits
4 Commits
fee6441601
...
8dd294c5a9
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8dd294c5a9 | ||
![]() |
012648f965 | ||
![]() |
c5a7055f5f | ||
![]() |
9b25429cb4 |
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:
|
||||||
- master
|
- main
|
||||||
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:
|
||||||
- master
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
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:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
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-master.tar.gz/codespell.html)</br>
|
[](https://fossies.org/linux/test/systemd-main.tar.gz/codespell.html)</br>
|
||||||
[](https://repology.org/project/systemd/versions)
|
[](https://repology.org/project/systemd/versions)
|
||||||
|
|
||||||
## Details
|
## Details
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
|
|
||||||
[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