Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
1e98dfc8c2 | |||
faf10f0645 | |||
1df6c3140d | |||
e4e6e24896 |
@@ -23,5 +23,5 @@ SRPMRELEASE["virtualbox-extension-pack"]=1mamba
|
||||
SRPMVERSION["win32codecs"]=20110131
|
||||
SRPMRELEASE["win32codecs"]=1mamba
|
||||
# chromium-pepper-flash
|
||||
SRPMVERSION["chromium-pepper-flash"]="`curl -s "http://googlechromereleases.blogspot.it/" | grep "stable channel has been updated to" | sed "s|.*updated to \([0-9.]*\) .*|\1|" 2>/dev/null`"
|
||||
SRPMVERSION["chromium-pepper-flash"]="`curl -s "http://googlechromereleases.blogspot.it/" | grep -m 1 "stable channel has been updated to" | sed "s|.*updated to \([0-9.]*\) .*|\1|" 2>/dev/null`"
|
||||
SRPMRELEASE["chromium-pepper-flash"]=1mamba
|
||||
|
5
etc/polkit-1/rules.d/48-nopasswd_sysadmin.rules
Normal file
5
etc/polkit-1/rules.d/48-nopasswd_sysadmin.rules
Normal file
@@ -0,0 +1,5 @@
|
||||
/* Allow members of the sysadmin group to execute any actions
|
||||
without password authentication */
|
||||
polkit.addRule(function(action, subject) {
|
||||
if (subject.isInGroup("sysadmin")) { return polkit.Result.YES; }
|
||||
});
|
Reference in New Issue
Block a user