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 6, 2024
1 parent c2a5c0e commit fc0bf93
Show file tree
Hide file tree
Showing 19 changed files with 734 additions and 276 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 fc0bf93

Please sign in to comment.