Skip to content

Commit

Permalink
Group Add/Remove working.
Browse files Browse the repository at this point in the history
Local group membership Add/Remove working, however with
BUILTIN local system groups .NET doesn't appear to locate them as either
groups nor basic security Principals.  Still needs work to fix the test
for nested groups.  Ideally with some way to test for domain groups.


Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
  • Loading branch information
bevanweiss committed Jul 14, 2024
1 parent bb2e490 commit c0324f5
Show file tree
Hide file tree
Showing 22 changed files with 737 additions and 278 deletions.
2 changes: 2 additions & 0 deletions src/ext/Util/ca/scacost.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ const UINT COST_USER_ADD = 10000;
const UINT COST_USER_DELETE = 10000;
const UINT COST_GROUP_ADD = 10000;
const UINT COST_GROUP_DELETE = 10000;
const UINT COST_GROUPMEMBERSHIP_ADD = 10000;
const UINT COST_GROUPMEMBERSHIP_DELETE = 10000;

const UINT COST_PERFMONMANIFEST_REGISTER = 1000;
const UINT COST_PERFMONMANIFEST_UNREGISTER = 1000;
Expand Down
Loading

0 comments on commit c0324f5

Please sign in to comment.