MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / SetDebugPrivilege

Function SetDebugPrivilege

pkg/sys/privilege.go:98–100  ·  view source on GitHub ↗

SetDebugPrivilege sets the debug privilege in the current process token.

()

Source from the content-addressed store, hash-verified

96
97// SetDebugPrivilege sets the debug privilege in the current process token.
98func SetDebugPrivilege() {
99 enablePrivileges(SeDebugPrivilege)
100}
101
102// SetTcbPrivilege sets the TCB privilege in the current process token.
103func SetTcbPrivilege() {

Callers 1

NewAppFunction · 0.92

Calls 1

enablePrivilegesFunction · 0.85

Tested by

no test coverage detected