在MAC应用中可以阻止屏幕录制,屏幕共享吗?

时间:2019-12-05 09:34:06

标签: ios macos

我正在尝试停止Mac应用程序的屏幕共享和录制。我正在使用此配置,它不起作用。

我们从 https://developer.apple.com/documentation/devicemanagement/using_configuration_profiles#3234127

任何人都可以在Mac应用程序中使用这种功能吗?

我们已经用javafx开发了应用程序,并且在此应用程序中我们正在寻找这种功能

检查此配置文件在下面列出。

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>PayloadContent</key>
    <array>
        <dict>
            <key>PayloadDescription</key>
            <string>Configures restrictions</string>
            <key>PayloadDisplayName</key>
            <string>Restrictions</string>
            <key>PayloadIdentifier</key>
            <string>com.apple.applicationaccess.4C4BAFA9-EF1F-4587-AD17-F630B67A9FC8</string>
            <key>PayloadType</key>
            <string>com.apple.applicationaccess</string>
            <key>PayloadUUID</key>
            <string>4C4BAFA9-EF1F-4587-AD17-F630B67A9FC8</string>
            <key>PayloadVersion</key>
            <integer>1</integer>
            <key>allowActivityContinuation</key>
            <true/>
            <key>allowAddingGameCenterFriends</key>
            <true/>
            <key>allowAirPlayIncomingRequests</key>
            <true/>
            <key>allowAirPrint</key>
            <true/>
            <key>allowAirPrintCredentialsStorage</key>
            <true/>
            <key>allowAirPrintiBeaconDiscovery</key>
            <true/>
            <key>allowAppCellularDataModification</key>
            <true/>
            <key>allowAppInstallation</key>
            <true/>
            <key>allowAppRemoval</key>
            <true/>
            <key>allowAssistant</key>
            <true/>
            <key>allowAssistantWhileLocked</key>
            <true/>
            <key>allowAutoCorrection</key>
            <true/>
            <key>allowAutomaticAppDownloads</key>
            <true/>
            <key>allowBluetoothModification</key>
            <true/>
            <key>allowBookstore</key>
            <true/>
            <key>allowBookstoreErotica</key>
            <true/>
            <key>allowCamera</key>
            <true/>
            <key>allowCellularPlanModification</key>
            <true/>
            <key>allowChat</key>
            <true/>
            <key>allowCloudBackup</key>
            <true/>
            <key>allowCloudDocumentSync</key>
            <true/>
            <key>allowCloudPhotoLibrary</key>
            <true/>
            <key>allowContinuousPathKeyboard</key>
            <true/>
            <key>allowDefinitionLookup</key>
            <true/>
            <key>allowDeviceNameModification</key>
            <true/>
            <key>allowDeviceSleep</key>
            <true/>
            <key>allowDictation</key>
            <true/>
            <key>allowESIMModification</key>
            <true/>
            <key>allowEnablingRestrictions</key>
            <true/>
            <key>allowEnterpriseAppTrust</key>
            <true/>
            <key>allowEnterpriseBookBackup</key>
            <true/>
            <key>allowEnterpriseBookMetadataSync</key>
            <true/>
            <key>allowEraseContentAndSettings</key>
            <true/>
            <key>allowExplicitContent</key>
            <true/>
            <key>allowFilesNetworkDriveAccess</key>
            <true/>
            <key>allowFilesUSBDriveAccess</key>
            <true/>
            <key>allowFindMyDevice</key>
            <true/>
            <key>allowFindMyFriends</key>
            <true/>
            <key>allowFingerprintForUnlock</key>
            <true/>
            <key>allowFingerprintModification</key>
            <true/>
            <key>allowGameCenter</key>
            <true/>
            <key>allowGlobalBackgroundFetchWhenRoaming</key>
            <true/>
            <key>allowInAppPurchases</key>
            <true/>
            <key>allowKeyboardShortcuts</key>
            <true/>
            <key>allowManagedAppsCloudSync</key>
            <true/>
            <key>allowMultiplayerGaming</key>
            <true/>
            <key>allowMusicService</key>
            <true/>
            <key>allowNews</key>
            <true/>
            <key>allowNotificationsModification</key>
            <true/>
            <key>allowOpenFromManagedToUnmanaged</key>
            <true/>
            <key>allowOpenFromUnmanagedToManaged</key>
            <true/>
            <key>allowPairedWatch</key>
            <true/>
            <key>allowPassbookWhileLocked</key>
            <true/>
            <key>allowPasscodeModification</key>
            <true/>
            <key>allowPasswordAutoFill</key>
            <true/>
            <key>allowPasswordProximityRequests</key>
            <true/>
            <key>allowPasswordSharing</key>
            <true/>
            <key>allowPersonalHotspotModification</key>
            <true/>
            <key>allowPhotoStream</key>
            <true/>
            <key>allowPredictiveKeyboard</key>
            <true/>
            <key>allowProximitySetupToNewDevice</key>
            <true/>
            <key>allowRadioService</key>
            <true/>
            <key>allowRemoteAppPairing</key>
            <true/>
            <key>allowRemoteScreenObservation</key>
            <true/>
            <key>allowSafari</key>
            <true/>
            <key>allowScreenShot</key>
            <false/>
            <key>allowSharedStream</key>
            <true/>
            <key>allowSpellCheck</key>
            <true/>
            <key>allowSpotlightInternetResults</key>
            <true/>
            <key>allowSystemAppRemoval</key>
            <true/>
            <key>allowUIAppInstallation</key>
            <true/>
            <key>allowUIConfigurationProfileInstallation</key>
            <true/>
            <key>allowUSBRestrictedMode</key>
            <true/>
            <key>allowUntrustedTLSPrompt</key>
            <true/>
            <key>allowVPNCreation</key>
            <true/>
            <key>allowVideoConferencing</key>
            <true/>
            <key>allowVoiceDialing</key>
            <true/>
            <key>allowWallpaperModification</key>
            <true/>
            <key>allowiTunes</key>
            <true/>
            <key>forceAirDropUnmanaged</key>
            <false/>
            <key>forceAirPrintTrustedTLSRequirement</key>
            <false/>
            <key>forceAssistantProfanityFilter</key>
            <false/>
            <key>forceAuthenticationBeforeAutoFill</key>
            <false/>
            <key>forceAutomaticDateAndTime</key>
            <false/>
            <key>forceClassroomAutomaticallyJoinClasses</key>
            <false/>
            <key>forceClassroomRequestPermissionToLeaveClasses</key>
            <false/>
            <key>forceClassroomUnpromptedAppAndDeviceLock</key>
            <false/>
            <key>forceClassroomUnpromptedScreenObservation</key>
            <false/>
            <key>forceDelayedSoftwareUpdates</key>
            <false/>
            <key>forceEncryptedBackup</key>
            <false/>
            <key>forceITunesStorePasswordEntry</key>
            <false/>
            <key>forceWatchWristDetection</key>
            <false/>
            <key>forceWiFiPowerOn</key>
            <false/>
            <key>forceWiFiWhitelisting</key>
            <false/>
            <key>ratingApps</key>
            <integer>1000</integer>
            <key>ratingMovies</key>
            <integer>1000</integer>
            <key>ratingRegion</key>
            <string>us</string>
            <key>ratingTVShows</key>
            <integer>1000</integer>
            <key>safariAcceptCookies</key>
            <integer>2</integer>
            <key>safariAllowAutoFill</key>
            <true/>
            <key>safariAllowJavaScript</key>
            <true/>
            <key>safariAllowPopups</key>
            <true/>
            <key>safariForceFraudWarning</key>
            <false/>
        </dict>
    </array>
    <key>PayloadDisplayName</key>
    <string>screenshot-disable</string>
    <key>PayloadIdentifier</key>
    <string>Sandeeps-MacBook-Pro.B5B5C823-503E-49A0-8BB7-B37CE0CD04A7</string>
    <key>PayloadOrganization</key>
    <string>techsbiz it</string>
    <key>PayloadRemovalDisallowed</key>
    <false/>
    <key>PayloadType</key>
    <string>Configuration</string>
    <key>PayloadUUID</key>
    <string>171323F5-A608-4B66-87A2-27E749B30727</string>
    <key>PayloadVersion</key>
    <integer>1</integer>
</dict>
</plist>

0 个答案:

没有答案