=== modified file 'zsh-functions/zsv_generic' --- zsh-functions/zsv_generic 2014-02-09 22:39:57 +0000 +++ zsh-functions/zsv_generic 2014-02-09 22:38:43 +0000 @@ -1,7 +1,7 @@ if ! grep -q "^[^ ]* ${zsv_cgroup:h} " /proc/mounts; then - mkdir -p $zsv_cgroup:h - # [[ -d $zsv_cgroup:h ]] && rm -rf $zsv_cgroup:h - mount -t cgroup -o zsv $zsv_cgroup:h + # mkdir -p $zsv_cgroup:h + [[ -d $zsv_cgroup:h ]] && rm -rf $zsv_cgroup:h + mount -t cgroup -o rw,nosuid,nodev,noexec,relatime zsv $zsv_cgroup:h fi mkdir -p $zsv_cgroup && echo $$ >>$zsv_cgroup/tasks