nixpkgs-suyu/pkgs/os-specific/linux
Roosembert Palacios 831c700c5d
firejail: fix -overlay and -build functionality on NixOS
- The `-overlay` flag runs the specified binary inside an OverlayFS,
  since the /nix store may be in a different mount point than the user
  home, this patch explicitly bind mounts it so it's available inside
  the overlay.

- profile builder: firejail provides facilities to build a new profiles.
  To do so, it execute the helper binary `fbuilder`, which in turn will
  execute firejail back with different options. This patch makes it use
  the binary available in PATH instead of the one produced at compile time.
  The compiled firejail binary doesn't have the necessary permissions,
  so the firejail NixOS module wraps it in a SUID wrapper available on
  PATH at runtime.

Signed-off-by: Roosembert Palacios <roosemberth@posteo.ch>
2020-11-27 23:14:58 +01:00
..
915resolution
acpi
acpi-call
acpid
acpitool
afuse
alsa-firmware
alsa-lib
alsa-oss
alsa-plugins
alsa-tools
alsa-topology-conf alsa-topology-conf: 1.2.3 -> 1.2.4 2020-10-21 20:15:57 +00:00
alsa-ucm-conf alsa-ucm-conf: 1.2.3 -> 1.2.4 2020-10-22 00:16:04 +00:00
alsa-utils alsaUtils: 1.2.3 -> 1.2.4 2020-10-22 00:31:37 +00:00
amdgpu-pro
anbox anbox: kernel.features can be null 2020-11-01 19:59:06 -08:00
android-udev-rules android-udev-rules: 20200613 -> 20201003 2020-10-29 08:31:05 +00:00
apparmor Recover the complicated situation after my bad merge 2020-10-26 09:01:04 +01:00
asus-wmi-sensors
ati-drivers
atop
audit
autofs autofs: fix compilation fail due to libtirpc changes 2020-11-24 19:53:20 +01:00
batman-adv batman-adv: 2020.3 -> 2020.4 2020-11-09 22:24:11 +01:00
bbswitch
bcc linuxPackages.bcc: 0.16.0 -> 0.17.0 2020-11-06 10:06:34 +01:00
blktrace
bluez bluez: 5.54 -> 5.55 2020-10-22 14:31:26 +00:00
bolt bolt: 0.8 -> 0.9 2020-11-10 08:09:47 +08:00
bpftool
bpftrace linuxPackages.bpftrace: 0.9.4 -> 0.11.0 2020-08-31 17:47:30 -05:00
bridge-utils
brillo
broadcom-sta
btfs btfs: 2.22 -> 2.23 2020-11-18 05:13:07 +00:00
busybox busybox: Use git to fetch debian.script from debian 2020-09-13 12:34:08 +02:00
cachefilesd
can-isotp can-isotp: 20180629 -> 20200910 2020-09-20 08:42:28 -07:00
can-utils
catfs catfs: init at unstable-2020-03-21 2020-10-23 09:53:11 -07:00
checkpolicy
checksec checksec: 2.2.3 -> 2.4.0 2020-10-29 11:12:50 +00:00
chromium-xorg-conf
cifs-utils
compsize
conky conky: 1.11.5 -> 1.11.6 2020-07-31 00:37:27 -07:00
conntrack-tools conntrack-tools: fix build w/glibc-2.32 2020-09-12 23:04:45 +02:00
consoletools
conspy conspy: 1.14 -> 1.16 2020-08-25 06:32:06 +00:00
cpufrequtils
cpuid cpuid: 20200427 -> 20201006 2020-10-24 15:16:12 +00:00
cpupower
cpuset treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
cpustat
cramfsprogs cramfsprogs: init at 1.1 2020-08-07 10:41:44 -07:00
cramfsswap cramfsswap: Make binary available 2020-08-07 10:41:44 -07:00
crda crda: fix cross compilation 2020-08-13 14:20:54 -04:00
criu criu: 3.14 -> 3.15 2020-11-12 20:03:56 +00:00
cryptodev cryptodev: 1.9 -> 1.11 2020-09-22 23:12:39 -07:00
cryptsetup cryptsetup: 2.3.3 -> 2.3.4 2020-10-06 10:15:11 +02:00
cshatag cshatag: init at 2019-12-03 2020-10-31 18:43:15 +01:00
dbus-broker
ddcci
device-tree raspberrypifw: 1.20200601 -> 1.20200902 2020-10-07 00:41:15 +02:00
devmem2
digimend
directvnc
disk-indicator
displaylink utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
dmidecode nixos/dmidecode: added recommended patches 2020-09-10 15:55:52 -03:00
dmraid
dmtcp
dpdk treewide: De-inline uses of lib.boolToString 2020-10-14 01:46:17 +02:00
drbd
dropwatch
dstat Merge pull request #80151 from ju1m/dstat_fix_pluginpath 2020-10-25 10:48:54 -04:00
e1000e
earlyoom earlyoom: 1.6.1 -> 1.6.2 2020-10-15 13:07:55 +08:00
ebtables
edac-utils
ell ell: 0.32 -> 0.33 2020-09-07 21:48:29 +02:00
ena ena: 2.2.7 -> 2.2.11 2020-10-05 12:38:43 -07:00
eudev utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
evdi evdi: added maintainer eyjhb 2020-07-16 10:17:29 +02:00
eventstat eventstat: 0.04.09 -> 0.04.10 2020-09-06 18:49:52 +02:00
exfat linuxPackages.exfat-nofuse: lazier assertion (/cc #97577) 2020-09-17 22:32:43 +02:00
extrace
facetimehd
fatrace
fbterm
ffado scons.py2: Replace with sconsPackages.scons_3_1_2 2020-07-18 10:48:20 +02:00
firejail firejail: fix -overlay and -build functionality on NixOS 2020-11-27 23:14:58 +01:00
firmware firmwareLinuxNonfree: 2020-10-22 -> 2020-11-18 2020-11-19 09:40:32 +00:00
flashbench
fnotifystat fnotifystat: 0.02.06 -> 0.02.07 2020-10-31 23:18:01 +00:00
forkstat forkstat: 0.02.15 -> 0.02.16 2020-11-13 10:12:04 +00:00
forktty
freefall
fscrypt fscrypt: remove unneeded remove-references-to 2020-08-28 13:19:11 +01:00
fscryptctl
fswebcam fswebcam: 20140113 -> 20200725 2020-08-26 08:51:45 +02:00
ftop
fuse utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
fwts fwts: 20.08.00 -> 20.09.00 2020-11-01 15:14:53 -08:00
fxload
g15daemon
gfxtablet
gobi_loader maintainers: 0x4A6F -> _0x4A6F 2020-08-18 07:59:44 +10:00
gogoclient
google-authenticator
gpu-switch
gradm
guvcview
hal-flash
hd-idle
hdapsd
hdparm hdparm: name -> pname 2020-10-24 23:06:34 -07:00
health-check
hibernate
hostapd
hwdata
hyperv-daemons
i2c-tools i2c-tools: 4.1 -> 4.2 2020-11-03 08:56:06 -08:00
i7z
i810switch
ifenslave
ifmetric ifmetric: init at 0.3 2020-08-10 11:52:33 -07:00
iio-sensor-proxy
ima-evm-utils
input-utils
intel-compute-runtime treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
intel-ocl
intel-speed-select
iomelt
ioport
iotop
iproute Recover the complicated situation after my bad merge 2020-10-26 09:01:04 +01:00
ipsec-tools
ipset ipset: 7.6 -> 7.7 2020-11-03 08:52:51 -08:00
iptables iptables: 1.8.5 -> 1.8.6 2020-11-10 15:06:39 +01:00
iptstate
iputils iputils: apply proposed upstream patch to get rid of systemd dependency 2020-10-19 22:04:52 +02:00
ipvsadm
irqbalance irqbalance: 1.6.0 -> 1.7.0 2020-08-11 03:57:07 +00:00
it87
iw iw: 5.4 -> 5.8 (#98553) 2020-09-23 13:46:11 +02:00
iwd iwd: 1.8 -> 1.9 2020-09-07 21:48:29 +02:00
ixgbevf
jfbview mupdf: mark 1.17 as insecure but as still required as dependency 2020-11-09 09:57:38 -08:00
jool
jujuutils
kbd
kbdlight
kernel Merge pull request #104760 from gravndal/edac 2020-11-27 19:15:00 +01:00
kernel-headers
kexectools
keyutils keyutils: 1.6.1 -> 1.6.3 2020-10-06 10:15:58 +02:00
klibc klibc: 2.0.7 -> 2.0.8 2020-08-26 05:44:15 +00:00
kmod kmod: add patch to correct behaviour with --field 2020-08-24 10:59:16 +02:00
kmod-blacklist-ubuntu
kmod-debian-aliases
kmscon kmscon: add omasanori as a maintainer (#102206) 2020-10-31 01:02:35 -04:00
kmscube
latencytop
ldm utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
ledger-udev-rules
libaio
libatasmart
libbpf libbpf: 0.1.0 -> 0.1.1 2020-09-30 18:41:19 +02:00
libcap Recover the complicated situation after my bad merge 2020-10-26 09:01:04 +01:00
libcap-ng libcap_ng: 0.7.10 -> 0.7.11 2020-10-25 09:39:15 +01:00
libcgroup
libevdevc treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
libfabric libfabric: 1.11.0 -> 1.11.1 2020-11-02 09:48:56 -08:00
libgestures treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
libnl
libpsm2
libratbag libratbag: 0.14 -> 0.15 2020-11-02 19:42:21 +00:00
libselinux
libsemanage
libsepol
libsmbios
libudev0-shim
libvolume_id
libwebcam
light light: 1.2.1 -> 1.2.2 2020-11-26 10:20:17 +00:00
lightum
linuxptp linuxptp: 3.0 -> 3.1 2020-10-08 22:18:19 +02:00
lksctp-tools treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
lm-sensors lm_sensors: fix cross-compilation 2020-10-07 21:40:29 -04:00
lockdep lockdep: 4.1.2 -> 5.0.21, fix build, enable tests 2020-09-22 23:23:48 -07:00
logitech-udev-rules
lsb-release
lsiutil
lsscsi
lttng-modules
lvm2 utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
lxc lxc: 4.0.4 -> 4.0.5 2020-10-31 04:20:00 +00:00
lxcfs utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
macchanger
mba6x_bl
mbpfan
mcelog utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
mdadm utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
metastore
microcode microcodeIntel: 20201112 -> 20201118 2020-11-19 20:30:53 +01:00
mingetty
miraclecast
mkinitcpio-nfs-utils
mmc-utils mmc-utils: 2018-12-14 -> 2019-10-04 (#98150) 2020-09-18 23:34:18 -05:00
molly-guard
msr-tools
mstpd
multipath-tools multipath-tools: Fix build with multi-output lvm2 2020-07-26 22:58:02 -07:00
musl musl: 1.1.24 -> 1.2.0 2020-08-16 13:10:50 +00:00
mwprocapture
mxu11x0
ndiswrapper linuxPackages.ndiswrapper: 1.62-pre -> 1.63 2020-11-18 10:59:38 +01:00
net-tools
netatop netatop: 2.0 -> 3.1 (#97779) 2020-09-14 15:34:32 +02:00
nfs-utils utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
nftables nftables: 0.9.6 -> 0.9.7 2020-11-18 15:51:53 +01:00
nmon
nss_ldap
numactl numactl: 2.0.13 -> 2.0.14 2020-09-26 06:00:55 +00:00
numad
numatop
numworks-udev-rules numworks-udev-rules: init on 02/09/2020 2020-09-02 19:45:07 +02:00
nvidia-x11 nvidia_x11: fix vulkan icd filename 2020-11-16 14:04:16 -05:00
nvidiabl nvidiabl: 2017-09-26 -> 2020-10-01 2020-10-10 18:29:02 -07:00
nvme-cli nvme-cli: 1.12 -> 1.13 2020-10-22 13:36:47 +02:00
oci-seccomp-bpf-hook oci-seccomp-bpf-hook: move to linuxPackages 2020-09-02 20:14:22 +10:00
odp-dpdk
ofp
open-iscsi utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
open-isns
opengl/xorg-sys
openrazer utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
openvswitch utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
otpw
pagemon
pam
pam_ccreds
pam_gnupg pam_gnupg: 0.1 -> 0.2 2020-11-04 02:49:33 +00:00
pam_krb5
pam_ldap
pam_mount utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
pam_p11 pam_p11: add 2020-07-25 09:37:48 +02:00
pam_pgsql
pam_ssh_agent_auth
pam_u2f pam_u2f: 1.0.8 -> 1.1.0 (#100046) 2020-10-11 15:15:54 -04:00
pam_usb
pax-utils
paxctl
paxtest
pcm pcm: 202009 -> 202010 2020-11-11 14:54:20 -08:00
pcmciautils
perf-tools
pflask
phc-intel
piper
pipework
pktgen utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
ply
plymouth
pm-utils utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
pmount utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
policycoreutils
pommed-light
power-calibrate
powerstat powerstat: 0.02.23 -> 0.02.24 2020-07-10 08:10:02 +00:00
powertop powertop: strip hcitool FSH path 2020-10-17 22:48:38 +01:00
pps-tools
prl-tools utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
procdump
procps-ng
pscircle
psftools psftools: init at 1.0.13 2020-10-17 00:00:00 -04:00
psmisc
r8125
r8168 kernelPackages.r8168: 8.047.04 -> 8.048.03 2020-07-21 21:04:47 -07:00
radeontools
radeontop
raspberrypi-eeprom raspberrypi-eeprom: Init at 2020-10-05 2020-10-20 15:45:58 +02:00
rdma-core rdma-core: 31.0 -> 31.1 2020-11-08 15:10:08 +01:00
read-edid
regionset
reptyr
rewritefs
rfkill rfkill: remove 2020-08-24 02:49:27 +02:00
roccat-tools roccat-tools: apply workaround for missing hb.h 2020-08-16 13:08:58 +00:00
rtkit
rtl88x2bu rtl88x2bu: 2020-05-19 -> 2020-08-20 2020-10-10 18:30:19 -07:00
rtl88xxau-aircrack
rtl8192eu linuxPackages.rtl8192eu: 4.4.1.20190319 -> 4.4.1.20200620 2020-08-18 14:15:20 +02:00
rtl8723bs
rtl8812au rtl8812au: 5.6.4.2_35491.20200318 -> 5.6.4.2_35491.20200702 2020-10-05 13:06:55 -07:00
rtl8814au
rtl8821au
rtl8821ce rtl8821ce: add samuelgrf to maintainers 2020-08-11 15:55:23 +02:00
rtl8821cu rtl8821cu: 2020-05-16 -> 2020-08-21 2020-10-05 13:07:29 -07:00
rtlwifi_new rtlwifi_new: switch fetchFromGitHub to a working repo 2020-08-13 16:48:12 +02:00
s6-linux-utils s6-linux-utils: 2.5.1.2 -> 2.5.1.3 2020-11-20 18:15:17 +01:00
sch_cake
schedtool treewide: fix redirected urls (run 3) 2020-10-02 09:01:35 -07:00
sd-switch sd-switch: 0.1.0 -> 0.2.0 2020-07-29 01:36:40 +02:00
sdnotify-wrapper
sdparm
selinux-python
selinux-sandbox
semodule-utils
sepolgen
service-wrapper
setools
seturgent
shadow shadow: 4.8 -> 4.8.1 2020-10-06 10:14:45 +02:00
sinit
smem
smemstat smemstat: 0.02.07 -> 0.02.08 2020-07-11 01:46:31 +00:00
speedometer
sssd sssd: fix nss collision with upstream patch 2020-11-24 20:09:04 +01:00
statifier
swapview swapview: init at 0.1.0 2020-07-15 20:26:50 +08:00
syscall_limiter
sysdig linuxPackages_latest-libre.sysdig: 0.26.7 -> 0.27.0 2020-08-24 08:49:28 +00:00
sysfsutils
sysklogd
syslinux
sysstat
system76 linuxPackages.system76: Install hwdb rules 2020-09-23 06:27:38 -04:00
system76-acpi linuxPackages.system76-acpi: Install hwdb rules 2020-09-23 06:33:36 -04:00
system76-io linuxPackages.system76-io: init at 1.0.1 2020-09-04 17:23:38 -07:00
systemd systemd: use withPortabled in mesonFlags 2020-11-25 00:22:37 +01:00
systemd-wait
sysvinit sysvinit: 2.96 -> 2.97 2020-09-06 18:50:48 +02:00
targetcli targetcli: build with python3 2020-08-13 16:09:48 +02:00
tbs
tcp-wrappers
thunderbolt
tiptop
tiscamera tiscamera: clean up 2020-09-02 04:01:06 +02:00
tmon
tomb utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
tp_smapi
tpacpi-bat
trace-cmd tree-wide: unify Bash completions outputs (#103421) 2020-11-12 21:22:18 +00:00
trezor-udev-rules
trinity
tunctl
turbostat
tuxedo-keyboard
uclibc
udisks utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
udisks-glue
undervolt
unstick
untie
upower
usbguard treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
usbip linuxPackages.usbip: disable < 4.10 2020-10-30 09:40:12 -07:00
usbtop
usbutils
usermount
util-linux util-linux: 2.35.2 -> 2.36 2020-08-24 11:58:19 +02:00
uvcdynctrl
v4l-utils v4l-utils: fix by patchShebangs on cec-gen.pl 2020-08-06 22:04:06 -07:00
v4l2loopback
v86d
virtualbox
wireguard linuxPackages.wireguard: 1.0.20200908 -> 1.0.20201112 2020-11-12 13:10:20 +01:00
wireless-tools
wooting-udev-rules
wpa_supplicant
x86_energy_perf_policy
x86info
xf86-input-cmt treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
xf86-input-wacom
xf86-video-nested
xpadneo linuxPackages.xpadneo: 0.8.3 -> 0.8.4 2020-11-02 21:33:16 -05:00
xsensors
zenmonitor zenmonitor: 1.4.1 -> 1.4.2 2020-09-04 08:54:55 -07:00
zenpower
zenstates
zfs utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00