mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-02 21:18:30 +02:00
iwd: don't mark generated profiles as read-only
First of all, the generated profile also gets generated as keyfile to /run, thereby it looses the read-only flag (because this flag gets lost when storing the profile to keyfile). Second, I don't think we should artificially limit the capabilities of the generated profile. If the user chooses to modify/delete it, so just allow it.
This commit is contained in:
parent
9eddf9fb09
commit
ce44e120b4
1 changed files with 0 additions and 1 deletions
|
|
@ -436,7 +436,6 @@ mirror_8021x_connection (NMIwdManager *self,
|
|||
NM_SETTING_CONNECTION_TYPE, NM_SETTING_WIRELESS_SETTING_NAME,
|
||||
NM_SETTING_CONNECTION_ID, name,
|
||||
NM_SETTING_CONNECTION_UUID, nm_utils_uuid_generate_buf (uuid),
|
||||
NM_SETTING_CONNECTION_READ_ONLY, TRUE,
|
||||
NULL));
|
||||
nm_connection_add_setting (connection, setting);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue