diff options
Diffstat (limited to 'panels/sharing/org.gnome.controlcenter.remote-login-helper.policy.in.in')
-rw-r--r-- | panels/sharing/org.gnome.controlcenter.remote-login-helper.policy.in.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/panels/sharing/org.gnome.controlcenter.remote-login-helper.policy.in.in b/panels/sharing/org.gnome.controlcenter.remote-login-helper.policy.in.in new file mode 100644 index 0000000..7fabac2 --- /dev/null +++ b/panels/sharing/org.gnome.controlcenter.remote-login-helper.policy.in.in @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE policyconfig PUBLIC + "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" + "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd"> +<policyconfig> + + <vendor>The GNOME Project</vendor> + <vendor_url>http://www.gnome.org/</vendor_url> + + <action id="org.gnome.controlcenter.remote-login-helper"> + <description>Enable or disable remote login</description> + <message>Authentication is required to enable or disable remote login</message> + <defaults> + <allow_any>no</allow_any> + <allow_inactive>no</allow_inactive> + <allow_active>auth_admin_keep</allow_active> + </defaults> + <annotate key="org.freedesktop.policykit.exec.path">@libexecdir@/cc-remote-login-helper</annotate> + </action> + +</policyconfig> + |