diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-03-08 13:05:18 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-03-08 20:36:41 +0100 |
commit | cc6813e8549a87ccefe58940db59149d7636ebc1 (patch) | |
tree | fc7958922d24ffad59f6d12f54c8a79bd3a0f578 /community/open-vm-tools/open-vm-tools.post-upgrade | |
parent | 9f3f0c368133f60cc5bf98f906bcafe102e76fad (diff) | |
download | aports-cc6813e8549a87ccefe58940db59149d7636ebc1.tar.bz2 aports-cc6813e8549a87ccefe58940db59149d7636ebc1.tar.xz |
community/open-vm-tools: allow only u:root/g:vmware run vmware-* commands
Diffstat (limited to 'community/open-vm-tools/open-vm-tools.post-upgrade')
-rw-r--r-- | community/open-vm-tools/open-vm-tools.post-upgrade | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/open-vm-tools/open-vm-tools.post-upgrade b/community/open-vm-tools/open-vm-tools.post-upgrade index 0fac964037..ca620c591b 100644 --- a/community/open-vm-tools/open-vm-tools.post-upgrade +++ b/community/open-vm-tools/open-vm-tools.post-upgrade @@ -11,6 +11,9 @@ if [ "$(apk version -t "$ver_old" "11.0.5-r1")" = "<" ]; then * of them, run: apk add open-vm-tools-plugins-all. * * Log files produced by open-vm-tools were moved to /var/log/vmware/. + * + * vmtoolsd and vmware-* utilities are not executable for all users anymore + * (for security reasons), only for root and members of group vmware. * EOF fi |