summaryrefslogtreecommitdiff
path: root/Library
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2014-10-25 05:24:11 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2014-10-25 05:48:34 -0700
commit82e370b360798dcc8cdf41f68744788e503bb8a2 (patch)
tree75e34f1a351b40ab211b363701a7ab47499e8d06 /Library
parent2eef6631860e965f33d3b0293a8bceea6effd87b (diff)
Carefully set NSFileProtectionNone inside of /var.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/move.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/move.sh b/Library/move.sh
index 98d9986..7e737e3 100755
--- a/Library/move.sh
+++ b/Library/move.sh
@@ -21,6 +21,8 @@ function mv_() {
src=$1
mkdir -p /var/stash
+ /usr/libexec/cydia/setnsfpn /var/stash
+
tmp=$(mktemp -d /var/stash/_.XXXXXX)
dst=${tmp}/${src##*/}