aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/getty.tproj/com.apple.serialdebugconsole.plist
blob: 9be51e9e8edaa9c6a8239b412183a3057aef507a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>EnablePressuredExit</key>
	<false/>
	<key>EnableTransactions</key>
	<false/>
	<key>KeepAlive</key>
	<true/>
	<key>Label</key>
	<string>com.apple.serialdebugconsole</string>
	<key>POSIXSpawnType</key>
	<string>Interactive</string>
	<key>_LimitLoadToVariant</key>
	<string>AllowsInternalSecurityPolicies</string>
	<key>LimitLoadToHardware</key>
	<dict>
		<key>serialdebugmode</key>
		<array>
			<integer>2</integer>
		</array>
	</dict>
	<key>ProgramArguments</key>
	<array>
		<string>/bin/sh</string>
		<string>-i</string>
		<string>-l</string>
	</array>
	<key>StandardInPath</key>
	<string>/dev/console</string>
	<key>StandardOutPath</key>
	<string>/dev/console</string>
	<key>StandardErrorPath</key>
	<string>/dev/console</string>
	<key>SessionCreate</key>
	<true/>
</dict>
</plist>