summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/ff/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/5pkgs/ff/default.nix')
-rw-r--r--tv/5pkgs/ff/default.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/tv/5pkgs/ff/default.nix b/tv/5pkgs/ff/default.nix
deleted file mode 100644
index b1d2c579..00000000
--- a/tv/5pkgs/ff/default.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ pkgs, ... }:
-
-# TODO use krebs.setuid
-# This requires that we can create setuid executables that can only be accessed
-# by a single user. [per-user-setuid]
-
-# using bash for %q
-pkgs.writeBashBin "ff" ''
- exec /var/setuid-wrappers/sudo -u ff -i <<EOF
- exec ${pkgs.firefoxWrapper}/bin/firefox $(printf " %q" "$@")
- EOF
-''