Re: [PATCH 6/6] env: Add support for explicit write access list

2020-06-25 Thread Tom Rini
On Thu, Jun 25, 2020 at 08:12:57PM +0200, Harald Seiler wrote: > Hi Marek, > > On Wed, 2020-06-03 at 02:01 +0200, Marek Vasut wrote: > > This option marks any U-Boot variable which does not have explicit 'w' > > writeable flag set as read-only. This way the environment can be locked > > down and

Re: [PATCH 6/6] env: Add support for explicit write access list

2020-06-25 Thread Harald Seiler
Hi Marek, On Wed, 2020-06-03 at 02:01 +0200, Marek Vasut wrote: > This option marks any U-Boot variable which does not have explicit 'w' > writeable flag set as read-only. This way the environment can be locked > down and only variables explicitly configured to be writeable can ever > be changed

Re: [PATCH 6/6] env: Add support for explicit write access list

2020-06-05 Thread Marek Vasut
On 6/5/20 9:07 PM, Tom Rini wrote: > On Wed, Jun 03, 2020 at 02:01:11AM +0200, Marek Vasut wrote: > >> This option marks any U-Boot variable which does not have explicit 'w' >> writeable flag set as read-only. This way the environment can be locked >> down and only variables explicitly configured

Re: [PATCH 6/6] env: Add support for explicit write access list

2020-06-05 Thread Tom Rini
On Wed, Jun 03, 2020 at 02:01:11AM +0200, Marek Vasut wrote: > This option marks any U-Boot variable which does not have explicit 'w' > writeable flag set as read-only. This way the environment can be locked > down and only variables explicitly configured to be writeable can ever > be changed by

[PATCH 6/6] env: Add support for explicit write access list

2020-06-02 Thread Marek Vasut
This option marks any U-Boot variable which does not have explicit 'w' writeable flag set as read-only. This way the environment can be locked down and only variables explicitly configured to be writeable can ever be changed by either 'env import', 'env set' or loading user environment from