This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2023-08-30 18:59:21.629059+0200 0xadd Default 0x0 1 0 launchd: [pid/382 [coreaudiod]:] Service stub created for com.apple.mscamerad-xpc | |
| 2023-08-30 18:59:21.871210+0200 0xe61 Default 0xf35 348 0 locationd: [com.apple.locationd.Core:Harvester] {"msg":"#CLAvengerObservationReporterService changed state", "_currentState":1, "_currentContext.cameraForegrounded":0} | |
| 2023-08-30 18:59:22.188781+0200 0xf37 Default 0x0 428 2 mobileassetd: (libmobileassetd.dylib) [com.apple.mobileassetd:Notice] -[ControlManager applyDataVaults]: Skipping: com.apple.MobileAsset.AssetTypeDescriptor.RawCamera.Camera not making it a datavault | |
| 2023-08-30 18:59:22.188931+0200 0xf37 Default 0x0 428 2 mobileassetd: (libmobileassetd.dylib) [com.apple.mobileassetd:Notice] -[ControlManager removeAllObsoletedV1Assets]: removeAllObsoletedV1Assets Skipping: com.apple.MobileAsset.AssetTypeDescriptor.RawCamera.Camera not removi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Try with: | |
| # sudo $PWD/udevd-experiment.sh | |
| THIS_SCRIPT=$0 | |
| if [ "$1" = "udevd1" ] ; then | |
| unshare --propagation unchanged -m $THIS_SCRIPT udevd2 | |
| exit 0 |