Re: [PATCH 1/6] nvmem: Add flag to export NVMEM to root only

2015-12-15 Thread Srinivas Kandagatla
Hi Andrew, Thanks for this patch. On 08/12/15 14:05, Andrew Lunn wrote: Legacy AT24, AT25 EEPROMs are exported in sys so that only root can read the contents. The EEPROMs may contain sensitive information. Add a flag so the provide can indicate that NVMEM should also restrict access to root

Re: [PATCH 1/6] nvmem: Add flag to export NVMEM to root only

2015-12-15 Thread Srinivas Kandagatla
Hi Andrew, Thanks for this patch. On 08/12/15 14:05, Andrew Lunn wrote: Legacy AT24, AT25 EEPROMs are exported in sys so that only root can read the contents. The EEPROMs may contain sensitive information. Add a flag so the provide can indicate that NVMEM should also restrict access to root

[PATCH 1/6] nvmem: Add flag to export NVMEM to root only

2015-12-08 Thread Andrew Lunn
Legacy AT24, AT25 EEPROMs are exported in sys so that only root can read the contents. The EEPROMs may contain sensitive information. Add a flag so the provide can indicate that NVMEM should also restrict access to root only. Signed-off-by: Andrew Lunn --- drivers/nvmem/core.c | 57

[PATCH 1/6] nvmem: Add flag to export NVMEM to root only

2015-12-08 Thread Andrew Lunn
Legacy AT24, AT25 EEPROMs are exported in sys so that only root can read the contents. The EEPROMs may contain sensitive information. Add a flag so the provide can indicate that NVMEM should also restrict access to root only. Signed-off-by: Andrew Lunn --- drivers/nvmem/core.c