Skip to content

Commit

Permalink
Try just the 'always' permission
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent e717f04 commit 493eab6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,18 +226,9 @@ jobs:
run: >
sudo sqlite3 "$HOME/Library/Application Support/com.apple.TCC/TCC.db" "INSERT or REPLACE INTO access
( service, client, client_type, auth_value, auth_reason, auth_version, flags ) VALUES
( 'kTCCServiceBluetoothAlways', '/usr/local/opt/runner/runprovisioner.sh', 1, 2, 3, 1, 0 ),
( 'kTCCServiceBluetoothPeripheral', '/usr/local/opt/runner/runprovisioner.sh', 1, 2, 3, 1, 0 ),
( 'kTCCServiceBluetoothWhileInUse', '/usr/local/opt/runner/runprovisioner.sh', 1, 2, 3, 1, 0 )"
# ( 'kTCCServiceBluetoothAlways', '/usr/local/opt/runner/provisioner/provisioner', 1, 2, 3, 1, 0 ),
( 'kTCCServiceBluetoothAlways', '/usr/local/opt/runner/provisioner/provisioner', 1, 2, 3, 1, 0 )"
# ( 'kTCCServiceBluetoothPeripheral', '/usr/local/opt/runner/provisioner/provisioner', 1, 2, 3, 1, 0 ),
# ( 'kTCCServiceBluetoothWhileInUse', '/usr/local/opt/runner/provisioner/provisioner', 1, 2, 3, 1, 0 )"
# ( 'kTCCServiceBluetoothAlways', 'com.apple.Terminal', 0, 2, 3, 1, 0 ),
# ( 'kTCCServiceBluetoothPeripheral', 'com.apple.Terminal', 0, 2, 3, 1, 0 ),
# ( 'kTCCServiceBluetoothWhileInUse', 'com.apple.Terminal', 0, 2, 3, 1, 0 )"
# ( 'kTCCServiceBluetoothAlways', '/bin/bash', 1, 2, 3, 1, 0 ),
# ( 'kTCCServiceBluetoothPeripheral', '/bin/bash', 1, 2, 3, 1, 0 ),
# ( 'kTCCServiceBluetoothWhileInUse', '/bin/bash', 1, 2, 3, 1, 0 )"
- run: sqlite3 "$HOME/Library/Application Support/com.apple.TCC/TCC.db" 'select * from access'
- uses: actions/checkout@v4
- name: Install lcov
Expand Down

0 comments on commit 493eab6

Please sign in to comment.