dinit-interchange
LOW
maintainer Timh1970
0 votes
scanned 2026-08-23 01:19:32.924999
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>
2
pkgname=dinit-interchange
3
pkgver=0.0.7
4
pkgrel=1
5
pkgdesc="A lightweight, fail-secure D-Bus privilege gateway for the Dinit init system"
6
arch=('x86_64')
7
url="https://github.com"
8
license=('GPL3')
9
# --- CRITICAL DEPENDENCY PAIRS ---
10
depends=('glib2' 'json-c' 'libdinitctl')
11
makedepends=('pkg-config')
12
url="https://github.com/Timh1970/dinit-interchange"
13
backup=()
14
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
15
sha256sums=('5a6f89bf6327c17816cd0657b569a826704f0669746d08dbbba2c04ebb7de592')
16
17
18
19
build() {
20
cd "${srcdir}/${pkgname}-${pkgver}"
21
22
make -C src
23
}
24
25
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-23 01:19:32 | Low | 1 |