mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
Merge pull request #1810 from j-t-1/align
Align SeCreateTokenPrivilege with the other privileges
This commit is contained in:
@@ -573,7 +573,7 @@
|
|||||||
["S-1-5-21-[0-9-]+-553$", "Remote Access Services (RAS)"]
|
["S-1-5-21-[0-9-]+-553$", "Remote Access Services (RAS)"]
|
||||||
],
|
],
|
||||||
"privileges":{
|
"privileges":{
|
||||||
"2": ["SeCreateTokenPrivilege", "Create a token object"],
|
"2": ["SeCreateTokenPrivilege", "Create a token object"],
|
||||||
"3": ["SeAssignPrimaryTokenPrivilege", "Replace a process-level token"],
|
"3": ["SeAssignPrimaryTokenPrivilege", "Replace a process-level token"],
|
||||||
"4": ["SeLockMemoryPrivilege", "Lock pages in memory"],
|
"4": ["SeLockMemoryPrivilege", "Lock pages in memory"],
|
||||||
"5": ["SeIncreaseQuotaPrivilege", "Increase quotas"],
|
"5": ["SeIncreaseQuotaPrivilege", "Increase quotas"],
|
||||||
@@ -609,4 +609,4 @@
|
|||||||
"35": ["SeCreateSymbolicLinkPrivilege", "Required to create a symbolic link"],
|
"35": ["SeCreateSymbolicLinkPrivilege", "Required to create a symbolic link"],
|
||||||
"36": ["SeDelegateSessionUserImpersonatePrivilege", "Obtain an impersonation token for another user in the same session."]
|
"36": ["SeDelegateSessionUserImpersonatePrivilege", "Obtain an impersonation token for another user in the same session."]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user