linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: vexpress_defconfig: enable ACL and security labels for ext4
@ 2014-12-12 11:31 Łukasz Stelmach
  2014-12-12 11:38 ` Arnd Bergmann
  0 siblings, 1 reply; 5+ messages in thread
From: Łukasz Stelmach @ 2014-12-12 11:31 UTC (permalink / raw)
  To: linux-arm-kernel

This patch enables security features of ext4 file-system required
by many conteporary user-space setups.

Signed-off-by: ?ukasz Stelmach <l.stelmach@samsung.com>
---
 arch/arm/configs/vexpress_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig
index f489fda..1d9dd6e 100644
--- a/arch/arm/configs/vexpress_defconfig
+++ b/arch/arm/configs/vexpress_defconfig
@@ -138,6 +138,8 @@ CONFIG_EXT3_FS=y
 # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
 # CONFIG_EXT3_FS_XATTR is not set
 CONFIG_EXT4_FS=y
+CONFIG_EXT4_FS_POSIX_ACL=y
+CONFIG_EXT4_FS_SECURITY=y
 CONFIG_VFAT_FS=y
 CONFIG_TMPFS=y
 CONFIG_JFFS2_FS=y
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] ARM: vexpress_defconfig: enable ACL and security labels for ext4
  2014-12-12 11:31 [PATCH] ARM: vexpress_defconfig: enable ACL and security labels for ext4 Łukasz Stelmach
@ 2014-12-12 11:38 ` Arnd Bergmann
  2014-12-12 11:52   ` Liviu Dudau
  2015-01-07 10:27   ` Łukasz Stelmach
  0 siblings, 2 replies; 5+ messages in thread
From: Arnd Bergmann @ 2014-12-12 11:38 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday 12 December 2014 12:31:17 ?ukasz Stelmach wrote:
> This patch enables security features of ext4 file-system required
> by many conteporary user-space setups.
> 
> Signed-off-by: ?ukasz Stelmach <l.stelmach@samsung.com>
> ---
>  arch/arm/configs/vexpress_defconfig | 2 ++
>  1 file changed, 2 insertions(+)

The patch looks good, but should be addressed to the vexpress maintainers
(Liviu, Sudeep, Lorenzo)

	Arnd

> diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig
> index f489fda..1d9dd6e 100644
> --- a/arch/arm/configs/vexpress_defconfig
> +++ b/arch/arm/configs/vexpress_defconfig
> @@ -138,6 +138,8 @@ CONFIG_EXT3_FS=y
>  # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
>  # CONFIG_EXT3_FS_XATTR is not set
>  CONFIG_EXT4_FS=y
> +CONFIG_EXT4_FS_POSIX_ACL=y
> +CONFIG_EXT4_FS_SECURITY=y
>  CONFIG_VFAT_FS=y
>  CONFIG_TMPFS=y
>  CONFIG_JFFS2_FS=y
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] ARM: vexpress_defconfig: enable ACL and security labels for ext4
  2014-12-12 11:38 ` Arnd Bergmann
@ 2014-12-12 11:52   ` Liviu Dudau
  2015-01-07 10:27   ` Łukasz Stelmach
  1 sibling, 0 replies; 5+ messages in thread
From: Liviu Dudau @ 2014-12-12 11:52 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Dec 12, 2014 at 11:38:33AM +0000, Arnd Bergmann wrote:
> On Friday 12 December 2014 12:31:17 ?ukasz Stelmach wrote:
> > This patch enables security features of ext4 file-system required
> > by many conteporary user-space setups.
> > 
> > Signed-off-by: ?ukasz Stelmach <l.stelmach@samsung.com>
> > ---
> >  arch/arm/configs/vexpress_defconfig | 2 ++
> >  1 file changed, 2 insertions(+)
> 
> The patch looks good, but should be addressed to the vexpress maintainers
> (Liviu, Sudeep, Lorenzo)
> 
> 	Arnd

Looks good to me.

Acked-by: Liviu Dudau <Liviu.Dudau@arm.com>

> 
> > diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig
> > index f489fda..1d9dd6e 100644
> > --- a/arch/arm/configs/vexpress_defconfig
> > +++ b/arch/arm/configs/vexpress_defconfig
> > @@ -138,6 +138,8 @@ CONFIG_EXT3_FS=y
> >  # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
> >  # CONFIG_EXT3_FS_XATTR is not set
> >  CONFIG_EXT4_FS=y
> > +CONFIG_EXT4_FS_POSIX_ACL=y
> > +CONFIG_EXT4_FS_SECURITY=y
> >  CONFIG_VFAT_FS=y
> >  CONFIG_TMPFS=y
> >  CONFIG_JFFS2_FS=y
> > 
> 
> 

-- 
====================
| I would like to |
| fix the world,  |
| but they're not |
| giving me the   |
 \ source code!  /
  ---------------
    ?\_(?)_/?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] ARM: vexpress_defconfig: enable ACL and security labels for ext4
  2014-12-12 11:38 ` Arnd Bergmann
  2014-12-12 11:52   ` Liviu Dudau
@ 2015-01-07 10:27   ` Łukasz Stelmach
  2015-01-07 11:03     ` Lorenzo Pieralisi
  1 sibling, 1 reply; 5+ messages in thread
From: Łukasz Stelmach @ 2015-01-07 10:27 UTC (permalink / raw)
  To: linux-arm-kernel

It was <2014-12-12 pi? 12:38>, when Arnd Bergmann wrote:
> On Friday 12 December 2014 12:31:17 ?ukasz Stelmach wrote:
>> This patch enables security features of ext4 file-system required
>> by many conteporary user-space setups.
>> 
>> Signed-off-by: ?ukasz Stelmach <l.stelmach@samsung.com>
>> ---
>>  arch/arm/configs/vexpress_defconfig | 2 ++
>>  1 file changed, 2 insertions(+)
>
> The patch looks good, but should be addressed to the vexpress maintainers
> (Liviu, Sudeep, Lorenzo)
>
> 	Arnd

...?
ping?

>> diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig
>> index f489fda..1d9dd6e 100644
>> --- a/arch/arm/configs/vexpress_defconfig
>> +++ b/arch/arm/configs/vexpress_defconfig
>> @@ -138,6 +138,8 @@ CONFIG_EXT3_FS=y
>>  # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
>>  # CONFIG_EXT3_FS_XATTR is not set
>>  CONFIG_EXT4_FS=y
>> +CONFIG_EXT4_FS_POSIX_ACL=y
>> +CONFIG_EXT4_FS_SECURITY=y
>>  CONFIG_VFAT_FS=y
>>  CONFIG_TMPFS=y
>>  CONFIG_JFFS2_FS=y

-- 
?ukasz Stelmach
Samsung R&D Institute Poland
Samsung Electronics
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 489 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150107/1375935f/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] ARM: vexpress_defconfig: enable ACL and security labels for ext4
  2015-01-07 10:27   ` Łukasz Stelmach
@ 2015-01-07 11:03     ` Lorenzo Pieralisi
  0 siblings, 0 replies; 5+ messages in thread
From: Lorenzo Pieralisi @ 2015-01-07 11:03 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jan 07, 2015 at 10:27:25AM +0000, ?ukasz Stelmach wrote:
> It was <2014-12-12 pi? 12:38>, when Arnd Bergmann wrote:
> > On Friday 12 December 2014 12:31:17 ?ukasz Stelmach wrote:
> >> This patch enables security features of ext4 file-system required
> >> by many conteporary user-space setups.
> >> 
> >> Signed-off-by: ?ukasz Stelmach <l.stelmach@samsung.com>
> >> ---
> >>  arch/arm/configs/vexpress_defconfig | 2 ++
> >>  1 file changed, 2 insertions(+)
> >
> > The patch looks good, but should be addressed to the vexpress maintainers
> > (Liviu, Sudeep, Lorenzo)
> >
> > 	Arnd
> 
> ...?
> ping?

http://lists.infradead.org/pipermail/linux-arm-kernel/2014-December/310300.html

Lorenzo

> >> diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig
> >> index f489fda..1d9dd6e 100644
> >> --- a/arch/arm/configs/vexpress_defconfig
> >> +++ b/arch/arm/configs/vexpress_defconfig
> >> @@ -138,6 +138,8 @@ CONFIG_EXT3_FS=y
> >>  # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
> >>  # CONFIG_EXT3_FS_XATTR is not set
> >>  CONFIG_EXT4_FS=y
> >> +CONFIG_EXT4_FS_POSIX_ACL=y
> >> +CONFIG_EXT4_FS_SECURITY=y
> >>  CONFIG_VFAT_FS=y
> >>  CONFIG_TMPFS=y
> >>  CONFIG_JFFS2_FS=y
> 
> -- 
> ?ukasz Stelmach
> Samsung R&D Institute Poland
> Samsung Electronics

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-01-07 11:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-12 11:31 [PATCH] ARM: vexpress_defconfig: enable ACL and security labels for ext4 Łukasz Stelmach
2014-12-12 11:38 ` Arnd Bergmann
2014-12-12 11:52   ` Liviu Dudau
2015-01-07 10:27   ` Łukasz Stelmach
2015-01-07 11:03     ` Lorenzo Pieralisi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).