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.