-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from webmd-health-services/feature/rename-to-ca…
…rbon.security Renaming to Carbon.Security.
- Loading branch information
Showing
27 changed files
with
81 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/.output | ||
/PSModules | ||
/.vscode | ||
/Carbon.Permissions/CHANGELOG.md | ||
/Carbon.Permissions/LICENSE.txt | ||
/Carbon.Permissions/NOTICE.txt | ||
/Carbon.Permissions/README.md | ||
/Carbon.Permissions/Modules/ | ||
/Carbon.Security/CHANGELOG.md | ||
/Carbon.Security/LICENSE.txt | ||
/Carbon.Security/NOTICE.txt | ||
/Carbon.Security/README.md | ||
/Carbon.Security/Modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 0 additions & 38 deletions
38
Carbon.Permissions/en-US/about_Carbon.Permissions.help.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
TOPIC | ||
about_Carbon.Security | ||
|
||
SHORT DESCRIPTION | ||
The "Carbon.Security" module has a `Get-CAcl` function that gets an item's ACL that works across PowerShell | ||
editions. | ||
|
||
LONG DESCRIPTION | ||
SYSTEM REQUIREMENTS | ||
|
||
* Windows PowerShell 5.1 and .NET 4.6.1+ | ||
* PowerShell 7+ | ||
|
||
|
||
INSTALLING | ||
|
||
To install globally: | ||
|
||
Install-Module -Name 'Carbon.Security' | ||
Import-Module -Name 'Carbon.Security' | ||
|
||
To install privately: | ||
|
||
Save-Module -Name 'Carbon.Security' -Path '.' | ||
Import-Module -Name '.\Carbon.Security' | ||
|
||
|
||
COMMANDS | ||
|
||
* `Get-CAcl`: Gets the access control (i.e. security descriptor) for a file, directory, or registry key. |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Carbon.Permissions | ||
Carbon.Security | ||
|
||
Copyright 2023 WebMD Health Services | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.