diff options
author | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-26 16:10:18 +0100 |
---|---|---|
committer | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-26 16:10:18 +0100 |
commit | 23126e6a14c2d68663555383bfa95df4924b3ace (patch) | |
tree | 3d9a30fcd639af7c3db8cf57d6d264bec436ec90 | |
parent | cfadc6223e41c72fdeb8e5d03b08a3e97d33e45a (diff) | |
download | itzks-install-script-23126e6a14c2d68663555383bfa95df4924b3ace.tar.gz itzks-install-script-23126e6a14c2d68663555383bfa95df4924b3ace.tar.bz2 itzks-install-script-23126e6a14c2d68663555383bfa95df4924b3ace.zip |
Add setting the user permissions on etc/NetworkManager/system-connections/<file>.
-rw-r--r-- | install-itzks-workstation | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 6af49f9..3bc04ab 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -144,6 +144,9 @@ never-default=false method=ignore EOT +# Set permissions on generated file +chmod go-rwx /etc/NetworkManager/systems-connections/BLANK + # Generate uuid and timestamp and overwrite in file UUID=$(uuidgen -t wlan0) |