Skip to content
Snippets Groups Projects
Unverified Commit 0c788fcc authored by Massimiliano Torromeo's avatar Massimiliano Torromeo
Browse files

Fully locked sysuser

parent 09e6c954
No related branches found
No related tags found
No related merge requests found
pkgbase = libvirt-dbus
pkgdesc = Wrapper around libvirt API to provide a high-level object-oriented API better suited for dbus-based applications
pkgver = 1.4.1
pkgrel = 3
pkgrel = 4
url = https://libvirt.org/dbus.html
arch = x86_64
license = LGPL-2.1-or-later
......
......@@ -2,7 +2,7 @@
pkgname=libvirt-dbus
pkgver=1.4.1
pkgrel=3
pkgrel=4
pkgdesc="Wrapper around libvirt API to provide a high-level object-oriented API better suited for dbus-based applications"
arch=('x86_64')
url="https://libvirt.org/dbus.html"
......@@ -27,6 +27,6 @@ check() {
package() {
meson install -C build --destdir "${pkgdir}"
echo "u libvirtdbus - -" |
install -Dm0755 /dev/stdin "${pkgdir}/usr/lib/sysusers.d/libvirtdbus.conf"
echo "u! libvirtdbus - -" |
install -Dm0644 /dev/stdin "${pkgdir}/usr/lib/sysusers.d/libvirtdbus.conf"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment