装了mac os 14.0 sonoma 在腾讯会议投屏时候,无法设置麦克风权限问题

愿意:界面上直接空白的,无法手动或自动弹出要配置授权的软件

解决思路:

给 TCC.db 增加1条权限记录

添加到数据库里

shell 复制代码
/usr/bin/sqlite3 ~/Library/Application\ Support/com.apple.TCC/TCC.db "INSERT INTO 'main'.'access' ('service', 'client', 'client_type', 'auth_value', 'auth_reason', 'auth_version', 'csreq', 'policy_id', 'indirect_object_identifier_type', 'indirect_object_identifier', 'indirect_object_code_identity', 'flags', 'last_modified', 'pid', 'pid_version', 'boot_uuid', 'last_reminded') 
VALUES ('kTCCServiceMicrophone', 'us.zoom.xos', 0, 2, 4, 1, NULL, NULL, 0, 'UNUSED', NULL, 0, 1698058859, NULL, NULL, 'UNUSED', 1698058859);"

查询麦克风授权的

shell 复制代码
/usr/bin/sqlite3 ~/Library/Application\ Support/com.apple.TCC/TCC.db "select * from Access where service='kTCCServiceMicrophone'"

已授权的列表

shell 复制代码
/usr/bin/sqlite3 ~/Library/Application\ Support/com.apple.TCC/TCC.db "select * from Access " 

参考:

https://discussionschinese.apple.com/thread/255203283

相关推荐
Hello.Reader12 小时前
Git 安装全攻略Linux、macOS、Windows 与源码编译
linux·git·macos
Hope Fancy12 小时前
macOS 连接 Docker 运行 postgres,使用navicat添加并关联数据库
macos·docker·postgresql
John Song12 小时前
macOS 上使用 Homebrew 安装redis-cli
数据库·redis·macos
yanjiee12 小时前
编译一个Mac M系列可以用的yuview
macos
数据知道12 小时前
Mac电脑上本地安装 redis并配置开启自启完整流程
数据库·redis·macos
电手18 小时前
Win10停更,Win11不好用?现在Mac电脑比Win11电脑更便宜
windows·macos·电脑·mac
LAOning111 天前
xcode 各版本真机调试包下载
ide·macos·xcode
安和昂1 天前
【iOS】ARC 与 Autorelease
macos·ios·cocoa
数据知道2 天前
Mac电脑上本地安装 MySQL并配置开启自启完整流程
mysql·macos
Cynthia-石头2 天前
Mac 双系统
macos