Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.2 KiB

  1. /*
  2. * winsafer.rc
  3. *
  4. * Strings for WinSAFER program authorization policies.
  5. *
  6. */
  7. #include <winsafer.rh>
  8. STRINGTABLE
  9. BEGIN
  10. CODEAUTHZ_RC_LEVELNAME_DISALLOWED,
  11. "Disallowed"
  12. CODEAUTHZ_RC_LEVELDESC_DISALLOWED,
  13. "Software will not run, regardless of the access rights of the user."
  14. CODEAUTHZ_RC_LEVELNAME_UNTRUSTED,
  15. "Untrusted"
  16. CODEAUTHZ_RC_LEVELDESC_UNTRUSTED,
  17. "Allows programs to execute with only access to resources granted to open well-known groups, blocking access Administrator and Power User privileges, and personally granted rights."
  18. CODEAUTHZ_RC_LEVELNAME_CONSTRAINED,
  19. "Restricted"
  20. CODEAUTHZ_RC_LEVELDESC_CONSTRAINED,
  21. "Software cannot access certain resources, such as cryptographic keys and credentials, regardless of the access rights of the user."
  22. CODEAUTHZ_RC_LEVELNAME_NORMALUSER,
  23. "Basic User"
  24. CODEAUTHZ_RC_LEVELDESC_NORMALUSER,
  25. "Allows programs to execute as a user that does not have Administrator or Power User access rights, but can still access resouces accessible by normal users."
  26. CODEAUTHZ_RC_LEVELNAME_FULLYTRUSTED,
  27. "Unrestricted"
  28. CODEAUTHZ_RC_LEVELDESC_FULLYTRUSTED,
  29. "Software access rights are determined by the access rights of the user."
  30. END