diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -668,7 +668,7 @@ Optional policies can be enabled or disabled using this command: Optional policies can be listed using this command: - **awall list** + **awall list** \[**-a** | **--all**\] The **enabled** status means that the policy has been enabled by the user. The **disabled** status means that the policy is not in use. The @@ -676,6 +676,9 @@ user. The **disabled** status means that the policy is not in use. The user but is in use because it is required by another policy which is in use. +Normally, the command lists only optional policies. Specifying `--all` +makes it list all policies and more information about them. + ### Debugging Policies This command can be used to dump variable, zone, and other definitions @@ -691,6 +694,6 @@ information is displayed on higher levels. Displays the difference in the input policy files and generated output files since the last **translate** or **activate** command. -When the **--output** option is used, the updated configuration is +When the `--output` option is used, the updated configuration is compared to the generated files in the specified directory (generated by the equivalent **translate** command). |