42 lines
1.6 KiB
Plaintext
42 lines
1.6 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
|||
|
<policyconfig>
|
|||
|
<action id="com.endlessm.ParentalControls.AppFilter.ChangeOwn">
|
|||
|
<description>Change your own app filter</description>
|
|||
|
<message>Authentication is required to change your app filter.</message>
|
|||
|
<defaults>
|
|||
|
<allow_any>auth_admin_keep</allow_any>
|
|||
|
<allow_inactive>auth_admin_keep</allow_inactive>
|
|||
|
<allow_active>auth_admin_keep</allow_active>
|
|||
|
</defaults>
|
|||
|
</action>
|
|||
|
|
|||
|
<action id="com.endlessm.ParentalControls.AppFilter.ReadOwn">
|
|||
|
<description>Read your own app filter</description>
|
|||
|
<message>Authentication is required to read your app filter.</message>
|
|||
|
<defaults>
|
|||
|
<allow_any>yes</allow_any>
|
|||
|
<allow_inactive>yes</allow_inactive>
|
|||
|
<allow_active>yes</allow_active>
|
|||
|
</defaults>
|
|||
|
</action>
|
|||
|
|
|||
|
<action id="com.endlessm.ParentalControls.AppFilter.ChangeAny">
|
|||
|
<description>Change another user’s app filter</description>
|
|||
|
<message>Authentication is required to change another user’s app filter.</message>
|
|||
|
<defaults>
|
|||
|
<allow_any>auth_admin_keep</allow_any>
|
|||
|
<allow_inactive>auth_admin_keep</allow_inactive>
|
|||
|
<allow_active>auth_admin_keep</allow_active>
|
|||
|
</defaults>
|
|||
|
</action>
|
|||
|
|
|||
|
<action id="com.endlessm.ParentalControls.AppFilter.ReadAny">
|
|||
|
<description>Read another user’s app filter</description>
|
|||
|
<message>Authentication is required to read another user’s app filter.</message>
|
|||
|
<defaults>
|
|||
|
<allow_any>auth_admin_keep</allow_any>
|
|||
|
<allow_inactive>auth_admin_keep</allow_inactive>
|
|||
|
<allow_active>auth_admin_keep</allow_active>
|
|||
|
</defaults>
|
|||
|
</action>
|
|||
|
</policyconfig>
|