summaryrefslogtreecommitdiffstats
path: root/abs/extra/xbmc/polkit.rules
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-10-02 01:02:49 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-10-02 01:02:49 (GMT)
commit9f562b5cd50ca3e346d413ec5f2ff46a46aaa8d1 (patch)
tree6d3005076bb4ca9c9c92958af151a60a2388a103 /abs/extra/xbmc/polkit.rules
parent41970f7206ead1525f6b4c5df98ab51bf0dc3404 (diff)
downloadlinhes_pkgbuild-9f562b5cd50ca3e346d413ec5f2ff46a46aaa8d1.zip
linhes_pkgbuild-9f562b5cd50ca3e346d413ec5f2ff46a46aaa8d1.tar.gz
linhes_pkgbuild-9f562b5cd50ca3e346d413ec5f2ff46a46aaa8d1.tar.bz2
xbmc & xmbc-pvr-addons: update to 13.2. closes #974.
Diffstat (limited to 'abs/extra/xbmc/polkit.rules')
-rw-r--r--abs/extra/xbmc/polkit.rules12
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/extra/xbmc/polkit.rules b/abs/extra/xbmc/polkit.rules
deleted file mode 100644
index 4b6d0fd..0000000
--- a/abs/extra/xbmc/polkit.rules
+++ /dev/null
@@ -1,12 +0,0 @@
-polkit.addRule(function(action, subject) {
- if (subject.user == "xbmc") {
- polkit.log("action=" + action);
- polkit.log("subject=" + subject);
- if (action.id.indexOf("org.freedesktop.login1.") == 0) {
- return polkit.Result.YES;
- }
- if (action.id.indexOf("org.freedesktop.udisks.") == 0) {
- return polkit.Result.YES;
- }
- }
-});