Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
polkit-1 /
actions /
[ HOME SHELL ]
Name
Size
Permission
Action
com.anydesk.anydesk.policy
730
B
-rw-r--r--
com.canonical.UbuntuAdvantage.policy
2.2
KB
-rw-r--r--
com.feralinteractive.GameMode.policy
1.36
KB
-rw-r--r--
com.hp.hplip.policy
677
B
-rw-r--r--
com.ubuntu.apport.policy
1.46
KB
-rw-r--r--
com.ubuntu.languageselector.policy
790
B
-rw-r--r--
com.ubuntu.release-upgrader.policy
23.35
KB
-rw-r--r--
com.ubuntu.softwareproperties.policy
848
B
-rw-r--r--
com.ubuntu.update-notifier.policy
13.85
KB
-rw-r--r--
com.ubuntu.usbcreator.policy
1.11
KB
-rw-r--r--
com.ubuntu.whoopsiepreferences.policy
811
B
-rw-r--r--
io.snapcraft.snapd.policy
1.99
KB
-rw-r--r--
net.hadess.PowerProfiles.policy
1.01
KB
-rw-r--r--
net.reactivated.fprint.device.policy
13.19
KB
-rw-r--r--
org.a11y.brlapi.policy
767
B
-rw-r--r--
org.debian.apt.policy
5.9
KB
-rw-r--r--
org.dpkg.pkexec.update-alternatives.policy
2.66
KB
-rw-r--r--
org.freedesktop.accounts.policy
2.13
KB
-rw-r--r--
org.freedesktop.bolt.policy
1.79
KB
-rw-r--r--
org.freedesktop.color.policy
66.25
KB
-rw-r--r--
org.freedesktop.fwupd.policy
95.17
KB
-rw-r--r--
org.freedesktop.hostname1.policy
2.98
KB
-rw-r--r--
org.freedesktop.locale1.policy
1.86
KB
-rw-r--r--
org.freedesktop.login1.policy
24.54
KB
-rw-r--r--
org.freedesktop.ModemManager1.policy
45.94
KB
-rw-r--r--
org.freedesktop.network1.policy
10
KB
-rw-r--r--
org.freedesktop.NetworkManager.policy
150.92
KB
-rw-r--r--
org.freedesktop.packagekit.policy
147.65
KB
-rw-r--r--
org.freedesktop.policykit.policy
1.49
KB
-rw-r--r--
org.freedesktop.RealtimeKit1.policy
1.74
KB
-rw-r--r--
org.freedesktop.resolve1.policy
7.56
KB
-rw-r--r--
org.freedesktop.systemd1.policy
3.71
KB
-rw-r--r--
org.freedesktop.timedate1.policy
3.03
KB
-rw-r--r--
org.freedesktop.UDisks2.policy
315.79
KB
-rw-r--r--
org.gnome.controlcenter.datetime.policy
990
B
-rw-r--r--
org.gnome.controlcenter.remote-login-helper.policy
879
B
-rw-r--r--
org.gnome.controlcenter.user-accounts.policy
1.16
KB
-rw-r--r--
org.gnome.gnome-system-monitor.policy
1.41
KB
-rw-r--r--
org.gnome.settings-daemon.plugins.power.policy
1.21
KB
-rw-r--r--
org.gnome.settings-daemon.plugins.wacom.policy
1.9
KB
-rw-r--r--
org.gtk.vfs.file-operations.policy
1.29
KB
-rw-r--r--
org.opensuse.cupspkhelper.mechanism.policy
87.95
KB
-rw-r--r--
org.x.xf86-video-intel.backlight-helper.policy
881
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : org.freedesktop.login1.policy
<?xml version="1.0" encoding="UTF-8"?> <!--*-nxml-*--> <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> <!-- SPDX-License-Identifier: LGPL-2.1-or-later This file is part of systemd. systemd is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. --> <policyconfig> <vendor>The systemd Project</vendor> <vendor_url>https://systemd.io</vendor_url> <action id="org.freedesktop.login1.inhibit-block-shutdown"> <description gettext-domain="systemd">Allow applications to inhibit system shutdown</description> <message gettext-domain="systemd">Authentication is required for an application to inhibit system shutdown.</message> <defaults> <allow_any>no</allow_any> <allow_inactive>yes</allow_inactive> <allow_active>yes</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.inhibit-delay-shutdown org.freedesktop.login1.inhibit-block-sleep org.freedesktop.login1.inhibit-delay-sleep org.freedesktop.login1.inhibit-block-idle</annotate> </action> <action id="org.freedesktop.login1.inhibit-delay-shutdown"> <description gettext-domain="systemd">Allow applications to delay system shutdown</description> <message gettext-domain="systemd">Authentication is required for an application to delay system shutdown.</message> <defaults> <allow_any>yes</allow_any> <allow_inactive>yes</allow_inactive> <allow_active>yes</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.inhibit-delay-sleep</annotate> </action> <action id="org.freedesktop.login1.inhibit-block-sleep"> <description gettext-domain="systemd">Allow applications to inhibit system sleep</description> <message gettext-domain="systemd">Authentication is required for an application to inhibit system sleep.</message> <defaults> <allow_any>no</allow_any> <allow_inactive>yes</allow_inactive> <allow_active>yes</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.inhibit-delay-sleep org.freedesktop.login1.inhibit-block-idle</annotate> </action> <action id="org.freedesktop.login1.inhibit-delay-sleep"> <description gettext-domain="systemd">Allow applications to delay system sleep</description> <message gettext-domain="systemd">Authentication is required for an application to delay system sleep.</message> <defaults> <allow_any>yes</allow_any> <allow_inactive>yes</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> <action id="org.freedesktop.login1.inhibit-block-idle"> <description gettext-domain="systemd">Allow applications to inhibit automatic system suspend</description> <message gettext-domain="systemd">Authentication is required for an application to inhibit automatic system suspend.</message> <defaults> <allow_any>yes</allow_any> <allow_inactive>yes</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> <action id="org.freedesktop.login1.inhibit-handle-power-key"> <description gettext-domain="systemd">Allow applications to inhibit system handling of the power key</description> <message gettext-domain="systemd">Authentication is required for an application to inhibit system handling of the power key.</message> <defaults> <allow_any>no</allow_any> <allow_inactive>yes</allow_inactive> <allow_active>yes</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.inhibit-handle-suspend-key org.freedesktop.login1.inhibit-handle-hibernate-key org.freedesktop.login1.inhibit-handle-lid-switch</annotate> </action> <action id="org.freedesktop.login1.inhibit-handle-suspend-key"> <description gettext-domain="systemd">Allow applications to inhibit system handling of the suspend key</description> <message gettext-domain="systemd">Authentication is required for an application to inhibit system handling of the suspend key.</message> <defaults> <allow_any>no</allow_any> <allow_inactive>yes</allow_inactive> <allow_active>yes</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.inhibit-handle-hibernate-key org.freedesktop.login1.inhibit-handle-lid-switch</annotate> </action> <action id="org.freedesktop.login1.inhibit-handle-hibernate-key"> <description gettext-domain="systemd">Allow applications to inhibit system handling of the hibernate key</description> <message gettext-domain="systemd">Authentication is required for an application to inhibit system handling of the hibernate key.</message> <defaults> <allow_any>no</allow_any> <allow_inactive>yes</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> <action id="org.freedesktop.login1.inhibit-handle-lid-switch"> <description gettext-domain="systemd">Allow applications to inhibit system handling of the lid switch</description> <message gettext-domain="systemd">Authentication is required for an application to inhibit system handling of the lid switch.</message> <defaults> <allow_any>no</allow_any> <allow_inactive>yes</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> <action id="org.freedesktop.login1.inhibit-handle-reboot-key"> <description gettext-domain="systemd">Allow applications to inhibit system handling of the reboot key</description> <message gettext-domain="systemd">Authentication is required for an application to inhibit system handling of the reboot key.</message> <defaults> <allow_any>no</allow_any> <allow_inactive>yes</allow_inactive> <allow_active>yes</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.inhibit-handle-suspend-key org.freedesktop.login1.inhibit-handle-hibernate-key org.freedesktop.login1.inhibit-handle-lid-switch</annotate> </action> <action id="org.freedesktop.login1.set-self-linger"> <description gettext-domain="systemd">Allow non-logged-in user to run programs</description> <message gettext-domain="systemd">Explicit request is required to run programs as a non-logged-in user.</message> <defaults> <allow_any>yes</allow_any> <allow_inactive>yes</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> <action id="org.freedesktop.login1.set-user-linger"> <description gettext-domain="systemd">Allow non-logged-in users to run programs</description> <message gettext-domain="systemd">Authentication is required to run programs as a non-logged-in user.</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="org.freedesktop.login1.attach-device"> <description gettext-domain="systemd">Allow attaching devices to seats</description> <message gettext-domain="systemd">Authentication is required to attach a device to a seat.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>auth_admin_keep</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.flush-devices</annotate> </action> <action id="org.freedesktop.login1.flush-devices"> <description gettext-domain="systemd">Flush device to seat attachments</description> <message gettext-domain="systemd">Authentication is required to reset how devices are attached to seats.</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="org.freedesktop.login1.power-off"> <description gettext-domain="systemd">Power off the system</description> <message gettext-domain="systemd">Authentication is required to power off the system.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>yes</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.set-wall-message</annotate> </action> <action id="org.freedesktop.login1.power-off-multiple-sessions"> <description gettext-domain="systemd">Power off the system while other users are logged in</description> <message gettext-domain="systemd">Authentication is required to power off the system while other users are logged in.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>yes</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.power-off</annotate> </action> <action id="org.freedesktop.login1.power-off-ignore-inhibit"> <description gettext-domain="systemd">Power off the system while an application is inhibiting this</description> <message gettext-domain="systemd">Authentication is required to power off the system while an application is inhibiting this.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>auth_admin_keep</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.power-off</annotate> </action> <action id="org.freedesktop.login1.reboot"> <description gettext-domain="systemd">Reboot the system</description> <message gettext-domain="systemd">Authentication is required to reboot the system.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>yes</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.set-wall-message</annotate> </action> <action id="org.freedesktop.login1.reboot-multiple-sessions"> <description gettext-domain="systemd">Reboot the system while other users are logged in</description> <message gettext-domain="systemd">Authentication is required to reboot the system while other users are logged in.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>yes</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.reboot</annotate> </action> <action id="org.freedesktop.login1.reboot-ignore-inhibit"> <description gettext-domain="systemd">Reboot the system while an application is inhibiting this</description> <message gettext-domain="systemd">Authentication is required to reboot the system while an application is inhibiting this.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>auth_admin_keep</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.reboot</annotate> </action> <action id="org.freedesktop.login1.halt"> <description gettext-domain="systemd">Halt the system</description> <message gettext-domain="systemd">Authentication is required to halt the system.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>auth_admin_keep</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.set-wall-message</annotate> </action> <action id="org.freedesktop.login1.halt-multiple-sessions"> <description gettext-domain="systemd">Halt the system while other users are logged in</description> <message gettext-domain="systemd">Authentication is required to halt the system while other users are logged in.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>auth_admin_keep</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.halt</annotate> </action> <action id="org.freedesktop.login1.halt-ignore-inhibit"> <description gettext-domain="systemd">Halt the system while an application is inhibiting this</description> <message gettext-domain="systemd">Authentication is required to halt the system while an application is inhibiting this.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>auth_admin_keep</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.halt</annotate> </action> <action id="org.freedesktop.login1.suspend"> <description gettext-domain="systemd">Suspend the system</description> <message gettext-domain="systemd">Authentication is required to suspend the system.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> <action id="org.freedesktop.login1.suspend-multiple-sessions"> <description gettext-domain="systemd">Suspend the system while other users are logged in</description> <message gettext-domain="systemd">Authentication is required to suspend the system while other users are logged in.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>yes</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.suspend</annotate> </action> <action id="org.freedesktop.login1.suspend-ignore-inhibit"> <description gettext-domain="systemd">Suspend the system while an application is inhibiting this</description> <message gettext-domain="systemd">Authentication is required to suspend the system while an application is inhibiting this.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>auth_admin_keep</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.suspend</annotate> </action> <action id="org.freedesktop.login1.hibernate"> <description gettext-domain="systemd">Hibernate the system</description> <message gettext-domain="systemd">Authentication is required to hibernate the system.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> <action id="org.freedesktop.login1.hibernate-multiple-sessions"> <description gettext-domain="systemd">Hibernate the system while other users are logged in</description> <message gettext-domain="systemd">Authentication is required to hibernate the system while other users are logged in.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>yes</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.hibernate</annotate> </action> <action id="org.freedesktop.login1.hibernate-ignore-inhibit"> <description gettext-domain="systemd">Hibernate the system while an application is inhibiting this</description> <message gettext-domain="systemd">Authentication is required to hibernate the system while an application is inhibiting this.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>auth_admin_keep</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.hibernate</annotate> </action> <action id="org.freedesktop.login1.manage"> <description gettext-domain="systemd">Manage active sessions, users and seats</description> <message gettext-domain="systemd">Authentication is required to manage active sessions, users and seats.</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="org.freedesktop.login1.lock-sessions"> <description gettext-domain="systemd">Lock or unlock active sessions</description> <message gettext-domain="systemd">Authentication is required to lock or unlock active sessions.</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="org.freedesktop.login1.set-reboot-parameter"> <description gettext-domain="systemd">Set the reboot "reason" in the kernel</description> <message gettext-domain="systemd">Authentication is required to set the reboot "reason" in the kernel.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>yes</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.reboot</annotate> </action> <action id="org.freedesktop.login1.set-reboot-to-firmware-setup"> <description gettext-domain="systemd">Indicate to the firmware to boot to setup interface</description> <message gettext-domain="systemd">Authentication is required to indicate to the firmware to boot to setup interface.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>yes</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.reboot</annotate> </action> <action id="org.freedesktop.login1.set-reboot-to-boot-loader-menu"> <description gettext-domain="systemd">Indicate to the boot loader to boot to the boot loader menu</description> <message gettext-domain="systemd">Authentication is required to indicate to the boot loader to boot to the boot loader menu.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>yes</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.reboot</annotate> </action> <action id="org.freedesktop.login1.set-reboot-to-boot-loader-entry"> <description gettext-domain="systemd">Indicate to the boot loader to boot a specific entry</description> <message gettext-domain="systemd">Authentication is required to indicate to the boot loader to boot into a specific boot loader entry.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>yes</allow_active> </defaults> <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.reboot</annotate> </action> <action id="org.freedesktop.login1.set-wall-message"> <description gettext-domain="systemd">Set a wall message</description> <message gettext-domain="systemd">Authentication is required to set a wall message</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="org.freedesktop.login1.chvt"> <description gettext-domain="systemd">Change Session</description> <message gettext-domain="systemd">Authentication is required to change the virtual terminal.</message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>yes</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> </policyconfig>
Close