[network-manager-openvpn: 10/25] properties: import inline blobs to different file location
- From: Thomas Haller <thaller src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-openvpn: 10/25] properties: import inline blobs to different file location
- Date: Tue, 9 Feb 2016 23:29:38 +0000 (UTC)
commit 1bb5a43a6caf3851acedc64a79e3d24b533bc11a
Author: Thomas Haller <thaller redhat com>
Date: Fri Jan 29 13:20:17 2016 +0100
properties: import inline blobs to different file location
Put imported files to ~/.cert/nm-openvpn/ directory. This
allows the user to better see which files were imported
by nm-openvpn and it also avoids that we unintentionally
overwrite files from other applications.
properties/import-export.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/properties/import-export.c b/properties/import-export.c
index 95ef8e3..bdf0c3e 100644
--- a/properties/import-export.c
+++ b/properties/import-export.c
@@ -596,7 +596,7 @@ inline_blob_construct_path (const char *basename, const char *token)
if (_nmovpn_test_temp_path)
return g_build_filename (_nmovpn_test_temp_path, f_filename, NULL);
- return g_build_filename (g_get_home_dir (), ".cert", f_filename, NULL);
+ return g_build_filename (g_get_home_dir (), ".cert/nm-openvpn", f_filename, NULL);
}
static gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]