diff options
author | Juan RP <xtraeme@voidlinux.eu> | 2015-05-02 03:37:27 +0000 |
---|---|---|
committer | Juan RP <xtraeme@voidlinux.eu> | 2015-05-02 03:37:27 +0000 |
commit | cf1b7e78498c18508b01fc0fbcf6f75a17f1f87e (patch) | |
tree | e3f1a24874af52536bb5d4cc963127886c34deeb /etc/defaults.conf | |
parent | 61c37e36775c88186f675b0580e0595d5294c989 (diff) | |
download | void-packages-cf1b7e78498c18508b01fc0fbcf6f75a17f1f87e.tar void-packages-cf1b7e78498c18508b01fc0fbcf6f75a17f1f87e.tar.gz void-packages-cf1b7e78498c18508b01fc0fbcf6f75a17f1f87e.tar.bz2 void-packages-cf1b7e78498c18508b01fc0fbcf6f75a17f1f87e.tar.lz void-packages-cf1b7e78498c18508b01fc0fbcf6f75a17f1f87e.tar.xz void-packages-cf1b7e78498c18508b01fc0fbcf6f75a17f1f87e.tar.zst void-packages-cf1b7e78498c18508b01fc0fbcf6f75a17f1f87e.zip |
etc/defaults.conf: remove unshare(1) ref.
Diffstat (limited to 'etc/defaults.conf')
-rw-r--r-- | etc/defaults.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/defaults.conf b/etc/defaults.conf index e8c6de6361e..6b0e8b0c18a 100644 --- a/etc/defaults.conf +++ b/etc/defaults.conf @@ -94,7 +94,6 @@ XBPS_SUCMD="sudo /bin/sh -c" # # - uunshare (uses xbps-uunshare(8), user namespaces) # - uchroot (uses xbps-uchroot(8), namespaces, setgid) -# - unshare (unshare(1) from util-linux, user namespaces) # - proot (uses proot, external, does not need special permissions) # # The order is already set as shown above, but can be overriden below. |