OSDN Git Service

Improve the operation of openpts and ptsc commands, and cleanup
[openpts/openpts.git] / doc / operationflow.dot
index 7ba4762..9dc01cf 100644 (file)
@@ -218,6 +218,8 @@ digraph OpenPTS {
     openpts_attack [color=red]
     openpts_null [label="Fix the problem and Enroll again"]
 
+    openpts_policy [label="Adjust validation policy\nHOME/.openpts/UUID/policy.conf",shape=note]
+
     ssh_ready -> openpts_enroll
     openpts_enroll -> openpts_valid
     //openpts_enroll -> openpts_enroll_force
@@ -240,6 +242,9 @@ digraph OpenPTS {
     openpts_error -> openpts_remove [label="delete odd host"]
     //openpts_remove -> openpts_null
 
+    openpts_invalid -> openpts_policy [label="bad/inadequate policy"]
+    openpts_policy -> openpts_verify
+
     //openpts_null -> openpts_enroll
     //openpts_null -> openpts_verify  [label="ERROR"]