diff options
author | kali <kali@leap.se> | 2013-01-24 03:29:21 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-24 03:29:21 +0900 |
commit | 88159d703e9b75d3cb0c192e7d7ae92d9d8c67bc (patch) | |
tree | d3ab3f9104fad50b017749ac39a8f2c7fcb07722 /docs/testers | |
parent | fea677bb0e3c9ec43353f644879636b9a63a3634 (diff) |
update docs about system files
Diffstat (limited to 'docs/testers')
-rw-r--r-- | docs/testers/howto.rst | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/testers/howto.rst b/docs/testers/howto.rst index 31e12419..9b55154f 100644 --- a/docs/testers/howto.rst +++ b/docs/testers/howto.rst @@ -58,13 +58,17 @@ from the directory where you *sourced* the bootstrap script. Refer to :ref:`Working with virtualenv <virtualenv>` to learn more about virtualenv. -Policy files -^^^^^^^^^^^^ +Copying config files +^^^^^^^^^^^^^^^^^^^^ + +If you have never installed the ``leap-client`` globally, **you need to copy some files to its proper path before running it for the first time** (you only need to do this once). This, unless the virtualenv-based operations, will need root permissions. See :ref:`copy script files <copyscriptfiles>` and :ref:`running openvpn without root privileges <policykit>` sections for more info on this. In short:: -If you have never installed the ``leap-client`` globally, **you need to copy a policykit file to its proper path before running it for the first time** (you only need to do this once). This, unless the virtualenv-based operations, will need root permissions. See :ref:`running openvpn without root privileges <policykit>` section for more info on this. + $ sudo cp pkg/linux/polkit/net.openvpn.gui.leap.policy /usr/share/polkit-1/actions/ + $ sudo mkdir -p /etc/leap + $ sudo cp pkg/linux/resolv-update /etc/leap -Config files -^^^^^^^^^^^^ +Local config files +^^^^^^^^^^^^^^^^^^^ If you want to start fresh without config files, just move them. In linux:: |