summary refs log tree commit diff
path: root/pkgs/tools/security/ecryptfs
diff options
context:
space:
mode:
authorParnell Springmeyer <parnell@digitalmentat.com>2017-01-26 00:05:40 -0800
committerParnell Springmeyer <parnell@digitalmentat.com>2017-01-26 00:05:40 -0800
commit025555d7f1a0fc39ea152b03e942002e1bff1721 (patch)
tree82f3d014c8848ecc9f6f26958c9f99f83da0bc65 /pkgs/tools/security/ecryptfs
parentbae00e8aa8f3faff90e28e19cd5074b8c26d0d0e (diff)
downloadnixpkgs-025555d7f1a0fc39ea152b03e942002e1bff1721.tar
nixpkgs-025555d7f1a0fc39ea152b03e942002e1bff1721.tar.gz
nixpkgs-025555d7f1a0fc39ea152b03e942002e1bff1721.tar.bz2
nixpkgs-025555d7f1a0fc39ea152b03e942002e1bff1721.tar.lz
nixpkgs-025555d7f1a0fc39ea152b03e942002e1bff1721.tar.xz
nixpkgs-025555d7f1a0fc39ea152b03e942002e1bff1721.tar.zst
nixpkgs-025555d7f1a0fc39ea152b03e942002e1bff1721.zip
More fixes and improvements
Diffstat (limited to 'pkgs/tools/security/ecryptfs')
-rw-r--r--pkgs/tools/security/ecryptfs/helper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/ecryptfs/helper.nix b/pkgs/tools/security/ecryptfs/helper.nix
index 0d4b37a8efc..6e3e6766a28 100644
--- a/pkgs/tools/security/ecryptfs/helper.nix
+++ b/pkgs/tools/security/ecryptfs/helper.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ makeWrapper ];
 
-  # Do not hardcode PATH to ${ecryptfs} as we need the script to invoke executables from /var/setuid-wrappers
+  # Do not hardcode PATH to ${ecryptfs} as we need the script to invoke executables from /var/permissions-wrappers
   installPhase = ''
     mkdir -p $out/bin $out/libexec
     cp $src $out/libexec/ecryptfs-helper.py