Lines Matching full:guard
4 # @brief: Collect GUARD record information.
10 desc="GUARD Records"
13 guard_part_file="/var/lib/phosphor-software-manager/hostfw/running/GUARD"
21 guard_log_file=guard.log
22 if [ -e "/usr/bin/guard" ]; then
23 desc="Guard list"
25 add_cmd_output "/usr/bin/guard -l" "$guard_log_file" "$desc"
27 desc="Guard resolved records"
29 add_cmd_output "/usr/bin/guard -a" "$guard_log_file" "$desc"
31 desc="Guard ephemeral records"
33 add_cmd_output "/usr/bin/guard -e" "$guard_log_file" "$desc"