Re: [arch-general] Cannot set xattr

2009-11-08 Thread Thomas Bächler
Priit Kivisoo schrieb: Neither selinux nor ACL have anything to do with this options. Read man 5 attr. "They are often used to provide additional functionality to a filesystem - for example, additional security features such as Access Control Lists (ACLs) may be implemented using extended attr

Re: [arch-general] Cannot set xattr

2009-11-08 Thread Priit Kivisoo
On Sun, Nov 8, 2009 at 9:32 PM, Thomas Bächler wrote: > Priit Kivisoo schrieb: > > I just got a little worried though. Is there any reason for user_xattr not >>> being enabled by default? >>> >>> >> I think it's because Arch doesn't use SELinux by default, as it's mostly >> for >> ACLs. >> > > N

Re: [arch-general] Cannot set xattr

2009-11-08 Thread Thomas Bächler
André Ramaciotti da Silva schrieb: I'm sorry, I think I wasn't very clear in my question. It isn't the default in Arch Linux because it isn't the default upstream, Probably because we just set "defaults" in fstab and let the user worry about the rest. but why it isn't the default upstream?

Re: [arch-general] Cannot set xattr

2009-11-08 Thread Thomas Bächler
Priit Kivisoo schrieb: I just got a little worried though. Is there any reason for user_xattr not being enabled by default? I think it's because Arch doesn't use SELinux by default, as it's mostly for ACLs. Neither selinux nor ACL have anything to do with this options. Read man 5 attr.

Re: [arch-general] Cannot set xattr

2009-11-08 Thread André Ramaciotti da Silva
On Sun, Nov 08, 2009 at 09:23:11PM +0200, Priit Kivisoo wrote: > On Sun, Nov 8, 2009 at 9:14 PM, André Ramaciotti da Silva < > andre.ramacio...@gmail.com> wrote: > > > Thank you Thomas and Xavier. > > > > I just got a little worried though. Is there any reason for user_xattr not > > being enabled

Re: [arch-general] Cannot set xattr

2009-11-08 Thread Thomas Bächler
André Ramaciotti da Silva schrieb: Thank you Thomas and Xavier. I just got a little worried though. Is there any reason for user_xattr not being enabled by default? Not sure, you may ask the ext2/3/4 developers. I usually enable it on /home, but not on other partitions. IIRC, SuSE enables it

Re: [arch-general] Cannot set xattr

2009-11-08 Thread Priit Kivisoo
On Sun, Nov 8, 2009 at 9:14 PM, André Ramaciotti da Silva < andre.ramacio...@gmail.com> wrote: > Thank you Thomas and Xavier. > > I just got a little worried though. Is there any reason for user_xattr not > being enabled by default? > I think it's because Arch doesn't use SELinux by default, as i

Re: [arch-general] Cannot set xattr

2009-11-08 Thread André Ramaciotti da Silva
Thank you Thomas and Xavier. I just got a little worried though. Is there any reason for user_xattr not being enabled by default?

Re: [arch-general] Cannot set xattr

2009-11-08 Thread Thomas Bächler
André Ramaciotti da Silva schrieb: The problem is: I can't use them at all. I'm using the default kernel, which, according to /proc/config.gz has: CONFIG_EXT4_FS_XATTR=y and I'm using ext4, evidently. I've tried doing the following: $ echo 'asd' > test $ attr -s user.author -V andre test attr

Re: [arch-general] Cannot set xattr

2009-11-08 Thread Xavier
On Sun, Nov 8, 2009 at 7:25 PM, André Ramaciotti da Silva wrote: > Hi all, > > I'm thinking of different ways to organize my files and xattrs seem a > nice, standardized way to do so (don't ask me exactly what I'm trying to > do, for I only have a slight idea). > > The problem is: I can't use them

[arch-general] Cannot set xattr

2009-11-08 Thread André Ramaciotti da Silva
Hi all, I'm thinking of different ways to organize my files and xattrs seem a nice, standardized way to do so (don't ask me exactly what I'm trying to do, for I only have a slight idea). The problem is: I can't use them at all. I'm using the default kernel, which, according to /proc/config.gz has