The Vulnerability History Project
Vulnerabilities
Insights
Curate
Tags
All
Projects
CWEs
Languages
Lessons
Severities
Subsystems
More
News
Projects We Study
How to Contribute
By the Numbers
About Us
Toggle Theme
Warning: Our website does not support Internet Explorer, please use Edge instead.
service: add the ability for units to join other unit's PrivateNetwork= and PrivateTmp= namespaces
by
Aaron the Falcon 2013-11-27 19:23:18 UTC
commit 613b411c947635136637f8cdd66b94512f761eab
systemd
VCC
CVE-2017-1000082
man/systemd.exec.xml
+8
-22
man/systemd.unit.xml
-31
src/core/dbus-unit.c
-1
src/core/execute.c
+83
-265
src/core/execute.h
+5
-22
src/core/load-fragment-gperf.gperf.m4
-1
src/core/load-fragment.c
+3
-5
src/core/mount.c
+20
-11
src/core/mount.h
-2
src/core/namespace.c
+51
-181
src/core/namespace.h
+5
-6
src/core/service.c
+25
-11
src/core/service.h
-3
src/core/socket.c
+25
-16
src/core/socket.h
-1
src/core/swap.c
+22
-12
src/core/swap.h
-2
src/core/unit.c
+22
-96
src/core/unit.h
-11
src/machine/machinectl.c
+7
-3
src/shared/util.c
+50
src/shared/util.h
+1
src/test/test-namespace.c
+11
-88
src/test/test-ns.c
+1
expand_less