Re: how to safely remove an acl: user_u:object_r:user_home_dir_t

2012-05-11 Thread Camaleón
On Thu, 10 May 2012 20:28:33 +0100, Berni Elbourn wrote: On 10/05/12 19:59, Berni Elbourn wrote: On 10/05/12 18:43, Camaleón wrote: (...) The final dot catched my attention :-) (...) Something like setfattr -x security.selinux /home/manager.gwcc ??? Yes. But let's see what the manual

how to safely remove an acl: user_u:object_r:user_home_dir_t

2012-05-10 Thread Berni Elbourn
I was tidying up some old accounts on an squeeze system today and noticed this one home directory has a full stop in the permissions: $ ls -ld /home/manager.gwcc/ drwxr-x---. 2 manager.gwcc e-manager 4096 May 10 17:26 /home/manager.gwcc/ Seems this is an acl: $ ls -lZd /home/manager.gwcc/

Re: how to safely remove an acl: user_u:object_r:user_home_dir_t

2012-05-10 Thread Camaleón
On Thu, 10 May 2012 17:40:05 +0100, Berni Elbourn wrote: (...) $ sudo setfacl -b /home/manager.gwcc/ $ ls -lZd /home/manager.gwcc/ drwxr-x---. 2 manager.gwcc e-manager user_u:object_r:user_home_dir_t 4096 ^ (...) The final dot catched my attention :-) Check if this helps to

Re: how to safely remove an acl: user_u:object_r:user_home_dir_t

2012-05-10 Thread Berni Elbourn
On 10/05/12 18:43, Camaleón wrote: On Thu, 10 May 2012 17:40:05 +0100, Berni Elbourn wrote: (...) $ sudo setfacl -b /home/manager.gwcc/ $ ls -lZd /home/manager.gwcc/ drwxr-x---. 2 manager.gwcc e-manager user_u:object_r:user_home_dir_t 4096 ^ (...) The final dot catched my

Re: how to safely remove an acl: user_u:object_r:user_home_dir_t

2012-05-10 Thread Berni Elbourn
On 10/05/12 19:59, Berni Elbourn wrote: On 10/05/12 18:43, Camaleón wrote: On Thu, 10 May 2012 17:40:05 +0100, Berni Elbourn wrote: (...) $ sudo setfacl -b /home/manager.gwcc/ $ ls -lZd /home/manager.gwcc/ drwxr-x---. 2 manager.gwcc e-manager user_u:object_r:user_home_dir_t 4096 ^ (...)