policytool.1 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. '\" t
  2. .\" Copyright (c) 2001, 2015, Oracle and/or its affiliates. All rights reserved.
  3. .\" Arch: generic
  4. .\" Software: JDK 8
  5. .\" Date: 03 March 2015
  6. .\" SectDesc: Security Tools
  7. .\" Title: policytool.1
  8. .\"
  9. .if n .pl 99999
  10. .TH policytool 1 "03 March 2015" "JDK 8" "Security Tools"
  11. .\" -----------------------------------------------------------------
  12. .\" * Define some portability stuff
  13. .\" -----------------------------------------------------------------
  14. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. .\" http://bugs.debian.org/507673
  16. .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
  17. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. .ie \n(.g .ds Aq \(aq
  19. .el .ds Aq '
  20. .\" -----------------------------------------------------------------
  21. .\" * set default formatting
  22. .\" -----------------------------------------------------------------
  23. .\" disable hyphenation
  24. .nh
  25. .\" disable justification (adjust text to left margin only)
  26. .ad l
  27. .\" -----------------------------------------------------------------
  28. .\" * MAIN CONTENT STARTS HERE *
  29. .\" -----------------------------------------------------------------
  30. .SH NAME
  31. policytool \- Reads and writes a plain text policy file based on user input through the utility GUI\&.
  32. .SH SYNOPSIS
  33. .sp
  34. .nf
  35. \fBpolicytool\fR [ \fB\-file\fR ] [ \fIfilename\fR ]
  36. .fi
  37. .sp
  38. .TP
  39. -file
  40. .br
  41. Directs the \f3policytool\fR command to load a policy file\&.
  42. .TP
  43. \fIfilename\fR
  44. The name of the file to be loaded\&.
  45. .PP
  46. \fIExamples\fR:
  47. .PP
  48. Run the policy tool administrator utility:
  49. .sp
  50. .nf
  51. \f3policytool\fP
  52. .fi
  53. .nf
  54. \f3\fP
  55. .fi
  56. .sp
  57. Run the \f3policytool\fR command and load the specified file:
  58. .sp
  59. .nf
  60. \f3policytool \-file \fImypolicyfile\fR\fP
  61. .fi
  62. .nf
  63. \f3\fP
  64. .fi
  65. .sp
  66. .SH DESCRIPTION
  67. The \f3policytool\fR command calls an administrator\&'s GUI that enables system administrators to manage the contents of local policy files\&. A policy file is a plain-text file with a \f3\&.policy\fR extension, that maps remote requestors by domain, to permission objects\&. For details, see Default Policy Implementation and Policy File Syntax at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/PolicyFiles\&.html
  68. .SH OPTIONS
  69. .TP
  70. -file
  71. .br
  72. Directs the \f3policytool\fR command to load a policy file\&.
  73. .SH SEE\ ALSO
  74. .TP 0.2i
  75. \(bu
  76. Default Policy Implementation and Policy File Syntax at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/PolicyFiles\&.html
  77. .TP 0.2i
  78. \(bu
  79. Policy File Creation and Management at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/PolicyGuide\&.html
  80. .TP 0.2i
  81. \(bu
  82. Permissions in Java SE Development Kit (JDK) at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/permissions\&.html
  83. .TP 0.2i
  84. \(bu
  85. Java Security Overview at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/overview/jsoverview\&.html
  86. .TP 0.2i
  87. \(bu
  88. Java Cryptography Architecture (JCA) Reference Guide at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec\&.html
  89. .RE
  90. .br
  91. 'pl 8.5i
  92. 'bp