Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:GA
augeas.23844
augeas-allow_printable_ASCII.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File augeas-allow_printable_ASCII.patch of Package augeas.23844
diff --git a/lenses/networkmanager.aug b/lenses/networkmanager.aug index 81d1cb5..8649168 100644 --- a/lenses/networkmanager.aug +++ b/lenses/networkmanager.aug @@ -34,13 +34,17 @@ let eol = Util.eol * ENTRY * GLib entries can contain semicolons, entry names can contain spaces and * brackets + * + * At least entry for WPA-PSK definition can contain all printable ASCII + * characters including '#', ' ' and others. Comments following the entry + * are no option for this reason. *************************************************************************) (* Variable: entry_re *) let entry_re = /[A-Za-z][A-Za-z0-9:._\(\) \t-]+/ (* Lens: entry *) let entry = [ key entry_re . sep - . Quote.double_opt? . eol ] + . IniFile.sto_to_eol? . eol ] | comment (************************************************************************
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor