From 5412b6091f3b92d501eac4af1523f56fb4eb69d4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 25 Nov 2016 20:58:53 +0000 Subject: adjust policykit rule for sisyphus --- Makefile | 2 +- org.redcorelinux.sisyphus.policy | 22 ++++++++++++++++++++++ ro.kogaion.sisyphus.policy | 22 ---------------------- 3 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 org.redcorelinux.sisyphus.policy delete mode 100644 ro.kogaion.sisyphus.policy 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/org.redcorelinux.sisyphus.policy b/org.redcorelinux.sisyphus.policy new file mode 100644 index 0000000..b99bd6d --- /dev/null +++ b/org.redcorelinux.sisyphus.policy @@ -0,0 +1,22 @@ + + + + + Redcore Linux + http://redcorelinux.org + + + Run Sisyphus + Authentication is required to run Sisyphus + redcore-logo + + no + no + auth_admin + + /usr/bin/sisyphus + true + + diff --git a/ro.kogaion.sisyphus.policy b/ro.kogaion.sisyphus.policy deleted file mode 100644 index ff225d3..0000000 --- a/ro.kogaion.sisyphus.policy +++ /dev/null @@ -1,22 +0,0 @@ - - - - - Kogaion - http://rogentos.ro - - - Run Sisyphus - Authentication is required to run Sisyphus - drive-harddisk - - no - no - auth_admin - - /usr/bin/sisyphus - true - - -- cgit v1.2.3