dinit-interchange

LOW
maintainer Timh1970 0 votes scanned 2026-08-23 01:19:32.924999
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Tim <james@inplico.uk>
2pkgname=dinit-interchange
3pkgver=0.0.7
4pkgrel=1
5pkgdesc="A lightweight, fail-secure D-Bus privilege gateway for the Dinit init system"
6arch=('x86_64')
7url="https://github.com"
8license=('GPL3')
9# --- CRITICAL DEPENDENCY PAIRS ---
10depends=('glib2' 'json-c' 'libdinitctl')
11makedepends=('pkg-config')
12url="https://github.com/Timh1970/dinit-interchange"
13backup=()
14source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
15sha256sums=('5a6f89bf6327c17816cd0657b569a826704f0669746d08dbbba2c04ebb7de592')
16
17
18
19build() {
20 cd "${srcdir}/${pkgname}-${pkgver}"
21
22 make -C src
23}
24
25package() {
26 cd "${srcdir}/${pkgname}-${pkgver}"
27
28 # Install your compiled binary executable file
29 #install -Dm755 dinit-taxi "${pkgdir}/usr/bin/dinit-interchage"
30 make -C src DESTDIR="${pkgdir}" install
31
32 # Deploy your hardened system D-Bus security policy firewall rules file
33 install -Dm644 "uk.inplico.dinit-dbus.conf" "${pkgdir}/usr/share/dbus-1/system.d/uk.inplico.dinit-dbus.conf"
34
35
36 # Deploy the native service controller file into the primary system init directory
37 install -Dm644 "dinit-interchange" "${pkgdir}/etc/dinit.d/dinit-interchange"
38
39 # Create /etc/dinit-taxi.d strictly locked down to root-only (rwx------)
40 install -dm700 "${pkgdir}/etc/dinit-interchange/rules.d/"
41
42 # Deploy your explicit layout blueprint straight into the server's workspace
43 install -Dm644 "template.policy.example" "${pkgdir}/etc/dinit-interchange/rules.d/template.policy.example"
44
45}
46

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 01:19:32 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion