Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
Sudo rules being applied in multiple files incorrectly
설명
In linux, when we set some sudo rules those are being saved inside the last alphabetical file within /etc/sudoers.d/ folder.
원인
Product defect: 28551 * vgptool: When applying a sudo policy, VGP applied the policy to the last file returned from `visudo -c'. Sometimes this meant the sudo policy was applied in multiple files if one was added between applies. This is fixed -- VGP only applies the policy to the first file in the list.