summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-11-25 20:58:53 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-11-25 20:58:53 +0000
commit5412b6091f3b92d501eac4af1523f56fb4eb69d4 (patch)
treea520898519b06f4bd76a4c3a8291abff9931e6db
parent80946977ba4181f0fdf060b2ca26f3c73a72f8fd (diff)
adjust policykit rule for sisyphus
-rw-r--r--Makefile2
-rw-r--r--org.redcorelinux.sisyphus.policy (renamed from ro.kogaion.sisyphus.policy)8
2 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index d59d0ef..7ffbec2 100644
--- a/Makefile
+++ b/Makefile
@@ -22,4 +22,4 @@ install:
install -d $(DESTDIR)$(UBINDIR)
install -m 0755 sisyphus $(DESTDIR)$(UBINDIR)/
install -d $(DESTDIR)$(POLKITDIR)
- install -m 0644 ro.kogaion.sisyphus.policy $(DESTDIR)$(POLKITDIR)/
+ install -m 0644 org.redcorelinux.sisyphus.policy $(DESTDIR)$(POLKITDIR)/
diff --git a/ro.kogaion.sisyphus.policy b/org.redcorelinux.sisyphus.policy
index ff225d3..b99bd6d 100644
--- a/ro.kogaion.sisyphus.policy
+++ b/org.redcorelinux.sisyphus.policy
@@ -4,13 +4,13 @@
"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
<policyconfig>
- <vendor>Kogaion</vendor>
- <vendor_url>http://rogentos.ro</vendor_url>
+ <vendor>Redcore Linux</vendor>
+ <vendor_url>http://redcorelinux.org</vendor_url>
- <action id="ro.kogaion.sisyphus.pkexec.run">
+ <action id="org.redcorelinux.sisyphus.pkexec.run">
<description>Run Sisyphus</description>
<message>Authentication is required to run Sisyphus</message>
- <icon_name>drive-harddisk</icon_name>
+ <icon_name>redcore-logo</icon_name>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>