coreos-base/oem-vmware: enable PrivateTmp for vmtoolsd

It would have mitigated CVE-2015-5191 and might again be useful in the
future.
This commit is contained in:
Benjamin Gilbert 2017-07-28 22:41:53 -07:00
parent 276aa5dfbe
commit 40cedc85f6

View File

@ -7,6 +7,7 @@ ConditionVirtualization=vmware
ExecStartPre=/usr/bin/ln -sfT /usr/share/oem/vmware-tools /etc/vmware-tools
ExecStart=/usr/share/oem/bin/vmtoolsd
TimeoutStopSec=5
PrivateTmp=true
[Install]
WantedBy=multi-user.target