83 lines
3.2 KiB
XML
83 lines
3.2 KiB
XML
<?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>
|
||
|
||
<action id="com.endlessm.ParentalControls.SessionLimits.ChangeOwn">
|
||
<description>Change your own session limits</description>
|
||
<message>Authentication is required to change your session limits.</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.SessionLimits.ReadOwn">
|
||
<description>Read your own session limits</description>
|
||
<message>Authentication is required to read your session limits.</message>
|
||
<defaults>
|
||
<allow_any>yes</allow_any>
|
||
<allow_inactive>yes</allow_inactive>
|
||
<allow_active>yes</allow_active>
|
||
</defaults>
|
||
</action>
|
||
|
||
<action id="com.endlessm.ParentalControls.SessionLimits.ChangeAny">
|
||
<description>Change another user’s session limits</description>
|
||
<message>Authentication is required to change another user’s session limits.</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.SessionLimits.ReadAny">
|
||
<description>Read another user’s session limits</description>
|
||
<message>Authentication is required to read another user’s session limits.</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>
|