lol
at 17.09-beta 13 lines 479 B view raw
1diff --git a/src/Library/ConfigFilePrivate.cpp b/src/Library/ConfigFilePrivate.cpp 2index 8aefa65..40914f7 100644 3--- a/src/Library/ConfigFilePrivate.cpp 4+++ b/src/Library/ConfigFilePrivate.cpp 5@@ -51,7 +51,7 @@ namespace usbguard 6 7 void ConfigFilePrivate::open(const std::string& path) 8 { 9- _stream.open(path, std::ios::in|std::ios::out); 10+ _stream.open(path, std::ios::in); 11 if (!_stream.is_open()) { 12 throw std::runtime_error("Can't open " + path); 13 }