Last active
January 11, 2018 19:02
-
-
Save akexorcist/af824600f9bf7caf958dbbb93c23dde2 to your computer and use it in GitHub Desktop.
Samsung KNOX Device Administrator Policy
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <device-admin> | |
| <uses-policies> | |
| <limit-password /> | |
| <watch-login /> | |
| <reset-password /> | |
| <force-lock /> | |
| <wipe-data /> | |
| <recover-password /> | |
| <expire-password /> | |
| <history-password /> | |
| <allow-attachments /> | |
| <limit-attachments /> | |
| <allow-storagecard /> | |
| <allow-camera /> | |
| <allow-wifi /> | |
| <allow-textmessaging /> | |
| <allow-popimapemail /> | |
| <allow-htmlemail /> | |
| <allow-browser /> | |
| <allow-internetsharing /> | |
| <require-manualsyncroaming /> | |
| <allow-bluetoothmode /> | |
| <min-passwordcomplexchars /> | |
| <max-calendarage /> | |
| <max-emailage /> | |
| <max-emailbodytruncsize /> | |
| <max-htmlemailbodytruncsize /> | |
| <require-signedsmimemessages /> | |
| <require-encryptedsmimemessages /> | |
| <require-signedsmimealgorithm /> | |
| <require-encryptionsmimealgorithm /> | |
| <allow-smimeencryptionalgonegotiation /> | |
| <allow-smimesoftcerts /> | |
| <allow-desktopsync /> | |
| <allow-irda /> | |
| <require-device-encryption /> | |
| <require-storagecard-encryption /> | |
| <encrypted-storage /> | |
| <mdm-application /> | |
| <mdm-bluetooth /> | |
| <mdm-device-inventory /> | |
| <mdm-date-time /> | |
| <mdm-exchange-account /> | |
| <mdm-roaming /> | |
| <mdm-wifi /> | |
| <mdm-security /> | |
| <mdm-email-account /> | |
| <mdm-hardware-control /> | |
| <mdm-tethering /> | |
| <mdm-location /> | |
| <mdm-calling /> | |
| <mdm-email /> | |
| <mdm-vpn /> | |
| <mdm-apn-settings /> | |
| <mdm-browser-settings /> | |
| <mdm-phone-restriction /> | |
| <mdm-firewall /> | |
| <mdm-enterprise-vpn /> | |
| <mdm-data-time /> | |
| </uses-policies> | |
| </device-admin> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment