Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OnStartUSBOptions to santactl status #1219

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

mlw
Copy link
Contributor

@mlw mlw commented Nov 2, 2023

Normal output:

...
>>> Daemon Info
  Mode                      | Monitor
  Log Type                  | file
  File Logging              | Yes
  USB Blocking              | Yes
  USB Remounting Mode       | noexec, rdonly
  On Start USB Options      | ForceUnmount
...

JSON output:

...
  "daemon" : {
    "watchdog_ram_events" : 0,
    "block_usb" : true,
    "log_type" : "file",
    "mode" : "Monitor",
    "watchdog_cpu_events" : 0,
    "driver_connected" : true,
    "file_logging" : true,
    "remount_usb_mode" : [
      "noexec",
      "rdonly"
    ],
    "on_start_usb_options" : "Remount"
  },
...

@mlw mlw added the santactl label Nov 2, 2023
@mlw mlw requested a review from a team as a code owner November 2, 2023 20:36
Copy link
Contributor

@pmarkowsky pmarkowsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@mlw mlw force-pushed the usb-startup-santactl-status branch from 8053813 to 147d0c4 Compare November 3, 2023 00:28
@mlw mlw merged commit 7aa2d69 into google:main Nov 3, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants