zoukankan      html  css  js  c++  java
  • Local policy

    "SeCreateTokenPrivilege"  --> "Create a token object"

    "SeAssignPrimaryTokenPrivilege"  --> "Replace a process-level token"

    "SeLockMemoryPrivilege"  --> "Lock pages in memory"

    "SeIncreaseQuotaPrivilege"  --> "Adjust memory quotas for a process"

    "SeUnsolicitedInputPrivilege"  --> "Load and unload device drivers"

    "SeMachineAccountPrivilege"  --> "Add workstations to domain"

    "SeTcbPrivilege"  --> "Act as part of the operating system"

    "SeSecurityPrivilege"  --> "Manage auditing and the security log"

    "SeTakeOwnershipPrivilege"  --> "Take ownership of files or other objects"

    "SeLoadDriverPrivilege"  --> "Load and unload device drivers"

    "SeSystemProfilePrivilege"  --> "Profile system performance"

    "SeSystemtimePrivilege"  --> "Change the system time"

    "SeProfileSingleProcessPrivilege"  --> "Profile single process"

    "SeCreatePagefilePrivilege"  --> "Create a pagefile"

    "SeCreatePermanentPrivilege"  --> "Create permanent shared objects"

    "SeBackupPrivilege"  --> "Back up files and directories"

    "SeRestorePrivilege"  --> "Restore files and directories"

    "SeShutdownPrivilege"  --> "Shut down the system"

    "SeDebugPrivilege"  --> "Debug programs"

    "SeAuditPrivilege"  --> "Generate security audit"

    "SeSystemEnvironmentPrivilege"  --> "Modify firmware environment values"

    "SeChangeNotifyPrivilege"  --> "Bypass traverse checking"

    "SeRemoteShutdownPrivilege"  --> "Force shutdown from a remote system"

    "SeUndockPrivilege"  --> "Remove computer from docking station"

    "SeSyncAgentPrivilege"  --> "Synchronize directory service data"

    "SeEnableDelegationPrivilege"  --> "Enable computer and user accounts to be trusted for delegation"

    "SeManageVolumePrivilege"  --> "Manage the files on a volume"

    "SeImpersonatePrivilege"  --> "Impersonate a client after authentication"

    "SeCreateGlobalPrivilege"  --> "Create global objects"

    "SeTrustedCredManAccessPrivilege"  --> "Access Credential Manager as a trusted caller"

    "SeRelabelPrivilege"  --> "Modify an object label"

    "SeIncreaseWorkingSetPrivilege"  --> "Increase a process working set"

    "SeTimeZonePrivilege"  --> "Change the time zone"

    "SeCreateSymbolicLinkPrivilege"  --> "Create symbolic links"

    "SeDenyInteractiveLogonRight"  --> "Deny local logon"

    "SeRemoteInteractiveLogonRight"  --> "Allow logon through Terminal Services"

    "SeServiceLogonRight"  --> "Logon as a service"

    "SeIncreaseBasePriorityPrivilege"  --> "Increase scheduling priority"

    "SeBatchLogonRight"  --> "Log on as a batch job"

    "SeInteractiveLogonRight"  --> "Log on locally"

    "SeDenyNetworkLogonRight"  --> "Deny Access to this computer from the network"

    "SeNetworkLogonRight"  --> "Access this Computer from the Network"

    "SeDenyBatchLogonRight" -->"Deny log on as batch job"

    "SeDenyServiceLogonRight" --> Deny log on as a service

  • 相关阅读:
    点击文本变成输入框
    html代码片段
    node 开启Gzip压缩
    npm 安装与卸载
    console.dir()-----js中console.log()和console.dir()的区别
    javaScript学习笔记之-------this
    javaScript学习笔记之-------闭包
    从零搭建vue项目---VUE从无到有
    require.js扫盲版
    cross-env 解决跨平台设置的NODE_ENV的问题
  • 原文地址:https://www.cnblogs.com/by1455/p/4119279.html
Copyright © 2011-2022 走看看