Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for SLE-Module-HPC:x86_64
openSUSE:Leap:16.0:FactoryCandidates
fudo
30-fudo-machinectl-shell.rules
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 30-fudo-machinectl-shell.rules of Package fudo
/* -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*- */ // create e.g 40-fudo-noauth-xxx and in there set // polkit._fudo_noauth_group = "xxx"; polkit._fudo_noauth_group = null; polkit._fudo_selfauth_group = null; polkit.addRule(function(action, subject) { if (action.id != 'org.freedesktop.machine1.host-shell') return polkit.Result.NOT_HANDLED; if (polkit._fudo_noauth_group && subject.isInGroup(polkit._fudo_noauth_group)) return polkit.Result.YES; if (polkit._fudo_selfauth_group && subject.isInGroup(polkit._fudo_selfauth_group)) return polkit.Result.AUTH_SELF; return polkit.Result.NOT_HANDLED; }); // vim: syntax=javascript sw=4 et
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor