Post

Replies

Boosts

Views

Activity

Can't active dext in application with enable SIP on Big Sur(11.2)
I have obtained the permission of driverkit, and the compilation and notarization passed. When I activate the dext in application, it will report Error : Domain=OSSystemExtensionErrorDomain Code=8 "Invalid code signature or missing entitlements". I searched a lot of information on the forum and followed the instructions, among which is disable SIP. My App's entitlements is : <dict>         <key>com.apple.security.app-sandbox</key>         <true/>         <key>com.apple.security.files.user-selected.read-only</key>         <true/>         <key>com.apple.developer.system-extension.uninstall</key>         <true/>         <key>com.apple.developer.system-extension.install</key>         <true/>         <key>com.apple.security.get-task-allow</key>         <true/> </dict> </plist> dext's entitlements is : <dict>         <key>com.apple.developer.driverkit</key>         <true/>         <key>com.apple.developer.driverkit.transport.usb</key>         <array>                 <dict>                         <key>idVendor</key>                         <integer>2414</integer>                 </dict>         </array>         <key>com.apple.security.app-sandbox</key>         <true/>         <key>com.apple.security.get-task-allow</key>         <true/> </dict> Can some one help me ? Thanks
3
0
1.3k
Feb ’21
Mac 10.15.1 SmartCard tokend doesn't work
HI,every one ,I have encountered a very serious problem.On 10.15 systems, the samrtcard tokend module is disabled by default. I know that.But it can be used, sudo defaults write /Library/Preferences/com.apple.security.smartcard Legacy -bool true,It is available.Now, I upgraded the system. On the 10.15.1 system, our product of tokend does not work, How to solve it?Is there have a bug,on 10.15.1 ?
0
0
793
Dec ’19