Skip to content

Commit 470f91f

Browse files
committed
Try auth_reason 3
1 parent f07c97c commit 470f91f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/build.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -226,18 +226,18 @@ jobs:
226226
run: >
227227
sudo sqlite3 '/Library/Application Support/com.apple.TCC/TCC.db' "INSERT or REPLACE INTO access
228228
( service, client, client_type, auth_value, auth_reason, auth_version, flags ) VALUES
229-
( 'kTCCServiceBluetoothAlways', 'com.apple.Terminal', 0, 2, 4, 1, 0 ),
230-
( 'kTCCServiceBluetoothPeripheral', 'com.apple.Terminal', 0, 2, 4, 1, 0 ),
231-
( 'kTCCServiceBluetoothWhileInUse', 'com.apple.Terminal', 0, 2, 4, 1, 0 ),
232-
( 'kTCCServiceBluetoothAlways', '/bin/bash', 1, 2, 4, 1, 0 ),
233-
( 'kTCCServiceBluetoothPeripheral', '/bin/bash', 1, 2, 4, 1, 0 ),
234-
( 'kTCCServiceBluetoothWhileInUse', '/bin/bash', 1, 2, 4, 1, 0 ),
235-
( 'kTCCServiceBluetoothAlways', '/usr/local/opt/runner/runprovisioner.sh', 1, 2, 4, 1, 0 ),
236-
( 'kTCCServiceBluetoothPeripheral', '/usr/local/opt/runner/runprovisioner.sh', 1, 2, 4, 1, 0 ),
237-
( 'kTCCServiceBluetoothWhileInUse', '/usr/local/opt/runner/runprovisioner.sh', 1, 2, 4, 1, 0 ),
238-
( 'kTCCServiceBluetoothAlways', '/usr/local/opt/runner/provisioner/provisioner', 1, 2, 4, 1, 0 ),
239-
( 'kTCCServiceBluetoothPeripheral', '/usr/local/opt/runner/provisioner/provisioner', 1, 2, 4, 1, 0 ),
240-
( 'kTCCServiceBluetoothWhileInUse', '/usr/local/opt/runner/provisioner/provisioner', 1, 2, 4, 1, 0 )"
229+
( 'kTCCServiceBluetoothAlways', 'com.apple.Terminal', 0, 2, 3, 1, 0 ),
230+
( 'kTCCServiceBluetoothPeripheral', 'com.apple.Terminal', 0, 2, 3, 1, 0 ),
231+
( 'kTCCServiceBluetoothWhileInUse', 'com.apple.Terminal', 0, 2, 3, 1, 0 ),
232+
( 'kTCCServiceBluetoothAlways', '/bin/bash', 1, 2, 3, 1, 0 ),
233+
( 'kTCCServiceBluetoothPeripheral', '/bin/bash', 1, 2, 3, 1, 0 ),
234+
( 'kTCCServiceBluetoothWhileInUse', '/bin/bash', 1, 2, 3, 1, 0 ),
235+
( 'kTCCServiceBluetoothAlways', '/usr/local/opt/runner/runprovisioner.sh', 1, 2, 3, 1, 0 ),
236+
( 'kTCCServiceBluetoothPeripheral', '/usr/local/opt/runner/runprovisioner.sh', 1, 2, 3, 1, 0 ),
237+
( 'kTCCServiceBluetoothWhileInUse', '/usr/local/opt/runner/runprovisioner.sh', 1, 2, 3, 1, 0 ),
238+
( 'kTCCServiceBluetoothAlways', '/usr/local/opt/runner/provisioner/provisioner', 1, 2, 3, 1, 0 ),
239+
( 'kTCCServiceBluetoothPeripheral', '/usr/local/opt/runner/provisioner/provisioner', 1, 2, 3, 1, 0 ),
240+
( 'kTCCServiceBluetoothWhileInUse', '/usr/local/opt/runner/provisioner/provisioner', 1, 2, 3, 1, 0 )"
241241
- run: sqlite3 '/Library/Application Support/com.apple.TCC/TCC.db' 'select * from access'
242242
- uses: actions/checkout@v4
243243
- name: Install lcov

0 commit comments

Comments
 (0)