2018-07-06 21:41:41 +01:00
|
|
|
|
{ stdenv, fetchurl, fetchpatch, autoreconfHook, pkgconfig, glib, expat, pam, perl
|
2018-12-02 11:41:15 +00:00
|
|
|
|
, intltool, spidermonkey_52 , gobject-introspection, libxslt, docbook_xsl, dbus
|
2018-07-06 21:41:41 +01:00
|
|
|
|
, docbook_xml_dtd_412, gtk-doc, coreutils
|
2017-05-25 17:05:46 +01:00
|
|
|
|
, useSystemd ? stdenv.isLinux, systemd
|
2018-07-06 21:41:41 +01:00
|
|
|
|
, doCheck ? stdenv.isLinux
|
2017-05-25 17:05:46 +01:00
|
|
|
|
}:
|
2009-08-13 08:55:11 +01:00
|
|
|
|
|
2010-05-15 10:55:31 +01:00
|
|
|
|
let
|
2011-07-07 19:16:03 +01:00
|
|
|
|
|
2018-07-06 21:41:41 +01:00
|
|
|
|
system = "/run/current-system/sw";
|
2017-01-29 10:11:01 +00:00
|
|
|
|
setuid = "/run/wrappers/bin"; #TODO: from <nixos> config.security.wrapperDir;
|
2012-08-21 13:34:59 +01:00
|
|
|
|
|
2010-05-15 10:55:31 +01:00
|
|
|
|
in
|
|
|
|
|
|
2009-08-13 08:55:11 +01:00
|
|
|
|
stdenv.mkDerivation rec {
|
2018-08-02 20:33:35 +01:00
|
|
|
|
name = "polkit-0.115";
|
2010-05-15 10:55:31 +01:00
|
|
|
|
|
2009-08-13 08:55:11 +01:00
|
|
|
|
src = fetchurl {
|
2018-06-28 19:43:35 +01:00
|
|
|
|
url = "https://www.freedesktop.org/software/polkit/releases/${name}.tar.gz";
|
2018-08-02 20:33:35 +01:00
|
|
|
|
sha256 = "0c91y61y4gy6p91cwbzg32dhavw4b7fflg370rimqhdxpzdfr1rg";
|
2009-08-13 08:55:11 +01:00
|
|
|
|
};
|
2010-05-15 10:55:31 +01:00
|
|
|
|
|
2018-12-07 18:35:43 +00:00
|
|
|
|
patches = [
|
2019-02-07 22:23:05 +00:00
|
|
|
|
# CVE-2019-6133 - See: https://bugs.chromium.org/p/project-zero/issues/detail?id=1692
|
|
|
|
|
(fetchpatch {
|
|
|
|
|
url = "https://gitlab.freedesktop.org/polkit/polkit/commit/6cc6aafee135ba44ea748250d7d29b562ca190e3.patch";
|
|
|
|
|
name = "CVE-2019-6133.patch";
|
|
|
|
|
sha256 = "0jjlbjzqcz96xh6w3nv3ss9jl0hhrcd7jg4aa5advf08ibaj29r1";
|
|
|
|
|
})
|
2018-12-07 18:35:43 +00:00
|
|
|
|
# CVE-2018-19788 - high UID fixup
|
|
|
|
|
(fetchpatch {
|
|
|
|
|
url = "https://gitlab.freedesktop.org/polkit/polkit/commit/5230646dc6876ef6e27f57926b1bad348f636147.patch";
|
|
|
|
|
name = "CVE-2018-19788.patch";
|
|
|
|
|
sha256 = "1y3az4mlxx8k1zcss5qm7k102s7k1kqgcfnf11j9678fh7p008vp";
|
|
|
|
|
})
|
|
|
|
|
];
|
2018-01-14 21:14:28 +00:00
|
|
|
|
|
2018-06-16 03:57:44 +01:00
|
|
|
|
postPatch = stdenv.lib.optionalString stdenv.isDarwin ''
|
|
|
|
|
sed -i -e "s/-Wl,--as-needed//" configure.ac
|
|
|
|
|
'';
|
2017-05-25 17:05:46 +01:00
|
|
|
|
|
2016-08-29 01:30:01 +01:00
|
|
|
|
outputs = [ "bin" "dev" "out" ]; # small man pages in $bin
|
2015-10-14 05:03:25 +01:00
|
|
|
|
|
2017-05-25 17:05:46 +01:00
|
|
|
|
nativeBuildInputs =
|
2018-12-02 11:41:15 +00:00
|
|
|
|
[ gtk-doc pkgconfig autoreconfHook intltool gobject-introspection perl ]
|
2017-05-25 17:05:46 +01:00
|
|
|
|
++ [ libxslt docbook_xsl docbook_xml_dtd_412 ]; # man pages
|
2011-07-07 19:16:03 +01:00
|
|
|
|
buildInputs =
|
2018-12-02 11:41:15 +00:00
|
|
|
|
[ glib expat pam spidermonkey_52 gobject-introspection ]
|
2012-08-21 13:34:59 +01:00
|
|
|
|
++ stdenv.lib.optional useSystemd systemd;
|
2009-08-13 08:55:11 +01:00
|
|
|
|
|
2018-07-06 21:41:41 +01:00
|
|
|
|
NIX_CFLAGS_COMPILE = " -Wno-deprecated-declarations "; # for polkit 0.114 and glib 2.56
|
2009-08-16 22:47:51 +01:00
|
|
|
|
|
2015-01-08 09:26:49 +00:00
|
|
|
|
preConfigure = ''
|
2018-07-06 21:41:41 +01:00
|
|
|
|
chmod +x test/mocklibc/bin/mocklibc{,-test}.in
|
2015-01-08 09:26:49 +00:00
|
|
|
|
patchShebangs .
|
2018-07-06 21:41:41 +01:00
|
|
|
|
|
2013-11-09 15:29:18 +00:00
|
|
|
|
# ‘libpolkit-agent-1.so’ should call the setuid wrapper on
|
|
|
|
|
# NixOS. Hard-coding the path is kinda ugly. Maybe we can just
|
|
|
|
|
# call through $PATH, but that might have security implications.
|
|
|
|
|
substituteInPlace src/polkitagent/polkitagentsession.c \
|
|
|
|
|
--replace 'PACKAGE_PREFIX "/lib/polkit-1/' '"${setuid}/'
|
2018-07-06 21:41:41 +01:00
|
|
|
|
substituteInPlace test/data/etc/polkit-1/rules.d/10-testing.rules \
|
|
|
|
|
--replace /bin/true ${coreutils}/bin/true \
|
|
|
|
|
--replace /bin/false ${coreutils}/bin/false
|
|
|
|
|
|
|
|
|
|
'' + stdenv.lib.optionalString useSystemd /* bogus chroot detection */ ''
|
|
|
|
|
sed '/libsystemd autoconfigured/s/.*/:/' -i configure
|
2013-11-09 15:29:18 +00:00
|
|
|
|
'';
|
|
|
|
|
|
|
|
|
|
configureFlags = [
|
2018-07-06 21:41:41 +01:00
|
|
|
|
"--datadir=${system}/share"
|
|
|
|
|
"--sysconfdir=/etc"
|
2013-11-09 15:29:18 +00:00
|
|
|
|
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
|
|
|
|
"--with-polkitd-user=polkituser" #TODO? <nixos> config.ids.uids.polkituser
|
|
|
|
|
"--with-os-type=NixOS" # not recognized but prevents impurities on non-NixOS
|
2014-01-25 23:15:51 +00:00
|
|
|
|
"--enable-introspection"
|
2018-06-16 03:57:44 +01:00
|
|
|
|
] ++ stdenv.lib.optional (!doCheck) "--disable-test";
|
2011-08-22 12:45:51 +01:00
|
|
|
|
|
2014-01-25 23:15:51 +00:00
|
|
|
|
makeFlags = "INTROSPECTION_GIRDIR=$(out)/share/gir-1.0 INTROSPECTION_TYPELIBDIR=$(out)/lib/girepository-1.0";
|
2012-08-21 13:34:59 +01:00
|
|
|
|
|
2018-07-06 21:41:41 +01:00
|
|
|
|
installFlags=["datadir=$(out)/share" "sysconfdir=$(out)/etc"];
|
|
|
|
|
|
2018-06-16 03:57:44 +01:00
|
|
|
|
inherit doCheck;
|
2018-07-06 21:41:41 +01:00
|
|
|
|
checkInputs = [dbus];
|
|
|
|
|
checkPhase = ''
|
|
|
|
|
# tests need access to the system bus
|
|
|
|
|
dbus-run-session --config-file=${./system_bus.conf} -- sh -c 'DBUS_SYSTEM_BUS_ADDRESS=$DBUS_SESSION_BUS_ADDRESS make check'
|
|
|
|
|
'';
|
2009-08-16 13:03:45 +01:00
|
|
|
|
|
2010-05-15 10:54:56 +01:00
|
|
|
|
meta = with stdenv.lib; {
|
2012-08-21 13:34:59 +01:00
|
|
|
|
homepage = http://www.freedesktop.org/wiki/Software/polkit;
|
2009-08-13 08:55:11 +01:00
|
|
|
|
description = "A toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes";
|
2018-08-17 23:12:55 +01:00
|
|
|
|
license = licenses.gpl2;
|
2018-06-16 03:57:44 +01:00
|
|
|
|
platforms = platforms.unix;
|
2017-03-27 18:11:17 +01:00
|
|
|
|
maintainers = [ ];
|
2009-08-13 08:55:11 +01:00
|
|
|
|
};
|
|
|
|
|
}
|