summaryrefslogtreecommitdiffstats
path: root/remote/tools/policykit
diff options
context:
space:
mode:
authorJonathan Bauer2013-03-14 18:30:10 +0100
committerJonathan Bauer2013-03-14 18:30:10 +0100
commit765e0502c315d250ab8f671bc726fef6f63a026a (patch)
treee5624ec583c98fd3202caefad9b37289d9cad348 /remote/tools/policykit
parentbase -> base32 and started new base31 (diff)
downloadtm-scripts-765e0502c315d250ab8f671bc726fef6f63a026a.tar.gz
tm-scripts-765e0502c315d250ab8f671bc726fef6f63a026a.tar.xz
tm-scripts-765e0502c315d250ab8f671bc726fef6f63a026a.zip
restructuring...
Diffstat (limited to 'remote/tools/policykit')
-rw-r--r--remote/tools/policykit/data/lib/systemd/system/polkitd.service7
-rw-r--r--remote/tools/policykit/policykit.build26
-rw-r--r--remote/tools/policykit/policykit.conf11
3 files changed, 0 insertions, 44 deletions
diff --git a/remote/tools/policykit/data/lib/systemd/system/polkitd.service b/remote/tools/policykit/data/lib/systemd/system/polkitd.service
deleted file mode 100644
index d3f192d1..00000000
--- a/remote/tools/policykit/data/lib/systemd/system/polkitd.service
+++ /dev/null
@@ -1,7 +0,0 @@
-[Unit]
-Description=Authenticate and Authorize Users to Run Privileged Tasks
-
-[Service]
-Type=dbus
-BusName=org.freedesktop.PolicyKit1
-ExecStart=/usr/lib/policykit-1/polkitd --no-debug
diff --git a/remote/tools/policykit/policykit.build b/remote/tools/policykit/policykit.build
deleted file mode 100644
index 8d27edcb..00000000
--- a/remote/tools/policykit/policykit.build
+++ /dev/null
@@ -1,26 +0,0 @@
-#tool/distro specific functions for fetching, building and installing dependencies
-
-
-fetch_source () {
- pinfo "Extracting from running system..."
-}
-
-build () {
- BUILDDIR="${TOOL_DIR}/${TOOL}/build"
- COPYLIST="list_dpkg_output"
- [ -e "${COPYLIST}" ] && rm "${COPYLIST}"
-
- list_packet_files >> "${COPYLIST}"
- tarcopy "$(cat "${COPYLIST}" | sort -u)" "${BUILDDIR}"
-}
-
-post_copy() {
-
- # copy static policykit files to stage3.2
- cp -r ${TOOL_DIR}/${TOOL}/data/* ${INIT_DIR}
-
- #Add Polkit User/Group/Shadow to Stage3.2
- pinfo "Adding polkitd user to target system..."
- add_user "polkitd"
-}
-
diff --git a/remote/tools/policykit/policykit.conf b/remote/tools/policykit/policykit.conf
deleted file mode 100644
index 3dcfd8d9..00000000
--- a/remote/tools/policykit/policykit.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-REQUIRED_DEPENDENCIES="libmozjs185-1.0"
-REQUIRED_PACKAGES="libmozjs185-1.0 policykit-1"
-REQUIRED_BINARIES=""
-REQUIRED_DIRECTORIES=" /etc/pam.d /etc/dbus-1 /etc/polkit-1
- /usr/bin
- /usr/share/dbus-1
- /usr/share/polkit-1
- /usr/lib/policykit-1
- /usr/lib/${ARCH_TRIPLET}/polkit-1"
-REQUIRED_FILES=""
-REQUIRED_LIBRARIES="libmozjs185"