Seriki commited on
Commit
e5a58df
·
verified ·
1 Parent(s): ffb2622

Create .mobileconfig

Browse files
Files changed (1) hide show
  1. .mobileconfig +47 -0
.mobileconfig ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
3
+ "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
4
+ <plist version="1.0">
5
+ <dict>
6
+ <key>PayloadContent</key>
7
+ <array>
8
+ <dict>
9
+ <key>PayloadType</key>
10
+ <string>ai.opencode.managed</string>
11
+ <key>PayloadIdentifier</key>
12
+ <string>com.example.opencode.config</string>
13
+ <key>PayloadUUID</key>
14
+ <string>GENERATE-YOUR-OWN-UUID</string>
15
+ <key>PayloadVersion</key>
16
+ <integer>1</integer>
17
+ <key>share</key>
18
+ <string>disabled</string>
19
+ <key>server</key>
20
+ <dict>
21
+ <key>hostname</key>
22
+ <string>127.0.0.1</string>
23
+ </dict>
24
+ <key>permission</key>
25
+ <dict>
26
+ <key>*</key>
27
+ <string>ask</string>
28
+ <key>bash</key>
29
+ <dict>
30
+ <key>*</key>
31
+ <string>ask</string>
32
+ <key>rm -rf *</key>
33
+ <string>deny</string>
34
+ </dict>
35
+ </dict>
36
+ </dict>
37
+ </array>
38
+ <key>PayloadType</key>
39
+ <string>Configuration</string>
40
+ <key>PayloadIdentifier</key>
41
+ <string>com.example.opencode</string>
42
+ <key>PayloadUUID</key>
43
+ <string>GENERATE-YOUR-OWN-UUID</string>
44
+ <key>PayloadVersion</key>
45
+ <integer>1</integer>
46
+ </dict>
47
+ </plist>