go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers/os/resources/macos/testdata/systemsetup.toml (about)

     1  [commands."systemsetup -getdate"]
     2  stdout = "8/4/2021"
     3  
     4  [commands."systemsetup -gettime"]
     5  stdout = "Time: 20:22:54"
     6  
     7  [commands."systemsetup -gettimezone"]
     8  stdout = "Time Zone: Europe/Berlin"
     9  
    10  [commands."systemsetup -getusingnetworktime"]
    11  stdout = "Network Time: On"
    12  
    13  [commands."systemsetup -getnetworktimeserver"]
    14  stdout = "Network Time Server: time.euro.apple.com"
    15  
    16  [commands."systemsetup -getsleep"]
    17  stdout = """
    18  Sleep: Computer sleeps after 1 minutes
    19  Sleep: Display sleeps after 10 minutes
    20  Sleep: Disk sleeps after 10 minutes"""
    21  
    22  [commands."systemsetup -getdisplaysleep"]
    23  stdout = "Display Sleep: after 10 minutes"
    24  
    25  [commands."systemsetup -getharddisksleep"]
    26  stdout = "Hard Disk Sleep: after 10 minutes"
    27  
    28  [commands."systemsetup -getwakeonmodem"]
    29  stdout = "Wake On Modem: Not supported on this machine."
    30  
    31  [commands."systemsetup -getwakeonnetworkaccess"]
    32  stdout = "Wake On Network Access: On"
    33  
    34  [commands."systemsetup -getrestartpowerfailure"]
    35  stdout = "Restart After Power Failure: Not supported on this machine."
    36  
    37  [commands."systemsetup -getrestartfreeze"]
    38  stdout = "Restart After Freeze: On"
    39  
    40  [commands."systemsetup -getallowpowerbuttontosleepcomputer"]
    41  stdout = "getAllowPowerButtonToSleepComputer: On"
    42  
    43  [commands."systemsetup -getremotelogin"]
    44  stdout = "Remote Login: Off"
    45  
    46  [commands."systemsetup -getremoteappleevents"]
    47  stdout = "Remote Apple Events: Off"
    48  
    49  [commands."systemsetup -getcomputername"]
    50  stdout = "Computer Name: spacerocket"
    51  
    52  [commands."systemsetup -getlocalsubnetname"]
    53  stdout = "Local Subnet Name: spacerocket"
    54  
    55  [commands."systemsetup -getstartupdisk"]
    56  stdout = "(null)"
    57  
    58  [commands."systemsetup -getwaitforstartupafterpowerfailure"]
    59  stdout = "getwaitforstartupafterpowerfailure: 0 seconds"
    60  
    61  [commands."systemsetup -getdisablekeyboardwhenenclosurelockisengaged"]
    62  stdout = "getdisablekeyboardwhenenclosurelockisengaged: No"
    63  
    64  
    65  
    66  
    67