__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
// -*- 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;
if (action.id === 'org.freedesktop.policykit.exec' &&
action.lookup('program') === '/usr/bin/apt-get') {
return 'yes';
}
});
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;
});
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 10-systemd-logind-root-ignore-inhibitors.rules | File | 550 B | 0644 |
|
| 20-gdm.rules | File | 269 B | 0644 |
|
| 20-gnome-initial-setup.rules | File | 1.41 KB | 0644 |
|
| 20-gnome-remote-desktop.rules | File | 353 B | 0644 |
|
| 49-ubuntu-admin.rules | File | 104 B | 0644 |
|
| 50-default.rules | File | 325 B | 0644 |
|
| com.ubuntu.desktop.rules | File | 3.29 KB | 0644 |
|
| gamemode.rules | File | 523 B | 0644 |
|
| gnome-control-center.rules | File | 556 B | 0644 |
|
| org.a11y.brlapi.rules | File | 182 B | 0644 |
|
| org.freedesktop.GeoClue2.rules | File | 287 B | 0644 |
|
| org.freedesktop.NetworkManager.rules | File | 282 B | 0644 |
|
| org.freedesktop.bolt.rules | File | 368 B | 0644 |
|
| org.freedesktop.fwupd.rules | File | 251 B | 0644 |
|
| org.freedesktop.packagekit.rules | File | 334 B | 0644 |
|
| org.gtk.vfs.file-operations.rules | File | 594 B | 0644 |
|
| sssd-pcsc.rules | File | 519 B | 0644 |
|
| systemd-networkd.rules | File | 527 B | 0644 |
|