Azure / azure-linux-extensions

Linux Virtual Machine Extensions for Azure
Apache License 2.0
304 stars 252 forks source link

Custom Script resets the mode of /var/log/azure #1850

Open narrieta opened 9 months ago

narrieta commented 9 months ago

This is related to #1848.

Extensions should not reset the mode of /var/log/azure (resetting the mode of their own logs would be more appropriate).

Custom script does it here: https://github.com/Azure/azure-linux-extensions/blob/master/CustomScript/customscript.py#L55