From 95f0e7fbc27385d3e3b75ce85ea79e7ba9f9b6c9 Mon Sep 17 00:00:00 2001 From: noah Date: Fri, 24 Mar 2023 15:15:52 -0500 Subject: [PATCH] Specify different groups for different perms --- CG_Files/Employee_AB/sync_dmca.xp | 4 ++-- CG_Files/Employee_ABC/sync_dmca.xp | 6 +++--- CG_Files/Employee_AC/sync_dmca.xp | 4 ++-- CG_Files/Employee_BC/sync_dmca.xp | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CG_Files/Employee_AB/sync_dmca.xp b/CG_Files/Employee_AB/sync_dmca.xp index ef53891..fcb934f 100644 --- a/CG_Files/Employee_AB/sync_dmca.xp +++ b/CG_Files/Employee_AB/sync_dmca.xp @@ -1,4 +1,4 @@ -uninstall group exploit remove_all_B(torrent_prog_B,illicit_sw_B_1,illicit_sw_B_2,illicit_sw_B_3,illicit_sw_B_4)= +uninstallB group exploit remove_all_B(torrent_prog_B,illicit_sw_B_1,illicit_sw_B_2,illicit_sw_B_3,illicit_sw_B_4)= preconditions: quality:torrent_prog_B,B_is_installed=true; quality:illicit_sw_B_1,B_is_installed=true; @@ -13,7 +13,7 @@ uninstall group exploit remove_all_B(torrent_prog_B,illicit_sw_B_1,illicit_sw_B_ update quality:illicit_sw_B_4,B_is_installed=false; . -uninstall group exploit remove_all_A(torrent_prog_A,illicit_sw_A_1,illicit_sw_A_2,illicit_sw_A_3)= +uninstallA group exploit remove_all_A(torrent_prog_A,illicit_sw_A_1,illicit_sw_A_2,illicit_sw_A_3)= preconditions: quality:torrent_prog_A,A_is_installed=true; quality:illicit_sw_A_1,A_is_installed=true; diff --git a/CG_Files/Employee_ABC/sync_dmca.xp b/CG_Files/Employee_ABC/sync_dmca.xp index c678293..ac81c16 100644 --- a/CG_Files/Employee_ABC/sync_dmca.xp +++ b/CG_Files/Employee_ABC/sync_dmca.xp @@ -1,18 +1,18 @@ -uninstall group exploit remove_all_B(b)= +uninstallB group exploit remove_all_B(b)= preconditions: quality:b,B_is_installed=true; postconditions: update quality:b,B_is_installed=false; . -uninstall group exploit remove_all_A(a)= +uninstallA group exploit remove_all_A(a)= preconditions: quality:a,A_is_installed=true; postconditions: update quality:a,A_is_installed=false; . -uninstall group exploit remove_all_C(c)= +uninstallC group exploit remove_all_C(c)= preconditions: quality:c,C_is_installed=true; postconditions: diff --git a/CG_Files/Employee_AC/sync_dmca.xp b/CG_Files/Employee_AC/sync_dmca.xp index 800f118..c09403e 100644 --- a/CG_Files/Employee_AC/sync_dmca.xp +++ b/CG_Files/Employee_AC/sync_dmca.xp @@ -1,11 +1,11 @@ -uninstall group exploit remove_all_A(a)= +uninstallA group exploit remove_all_A(a)= preconditions: quality:a,A_is_installed=true; postconditions: update quality:a,A_is_installed=false; . -uninstall group exploit remove_all_C(c)= +uninstallC group exploit remove_all_C(c)= preconditions: quality:c,C_is_installed=true; postconditions: diff --git a/CG_Files/Employee_BC/sync_dmca.xp b/CG_Files/Employee_BC/sync_dmca.xp index d744d54..22ee453 100644 --- a/CG_Files/Employee_BC/sync_dmca.xp +++ b/CG_Files/Employee_BC/sync_dmca.xp @@ -1,11 +1,11 @@ -uninstall group exploit remove_all_B(b)= +uninstallB group exploit remove_all_B(b)= preconditions: quality:b,B_is_installed=true; postconditions: update quality:b,B_is_installed=false; . -uninstall group exploit remove_all_C(c)= +uninstallC group exploit remove_all_C(c)= preconditions: quality:c,C_is_installed=true; postconditions: