From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1ZEXfh-0002A9-9C for ltp-list@lists.sourceforge.net; Mon, 13 Jul 2015 06:57:01 +0000 Received: from [59.151.112.132] (helo=heian.cn.fujitsu.com) by sog-mx-2.v43.ch3.sourceforge.com with esmtp (Exim 4.76) id 1ZEXff-0007q8-4G for ltp-list@lists.sourceforge.net; Mon, 13 Jul 2015 06:57:01 +0000 Message-ID: <55A3610F.5000703@cn.fujitsu.com> Date: Mon, 13 Jul 2015 14:56:15 +0800 From: Wanlong Gao MIME-Version: 1.0 References: <1436426857-7322-1-git-send-email-mawentao@inspur.com> In-Reply-To: <1436426857-7322-1-git-send-email-mawentao@inspur.com> Subject: Re: [LTP] [PATCH] acls: Solve a problem from acl_test01 List-Id: Linux Test Project General Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-list-bounces@lists.sourceforge.net To: Wentao Ma , ltp-list@lists.sourceforge.net Cc: wunan@inspur.com On 07/09/2015 03:27 PM, Wentao Ma wrote: > The failed infornamtion is as follow: > useradd: cannot set SELinux context for > home directory /tmp/tacl/mount-ext3/acltest1 It seems that the error is caused by SELinux, please disable your SELinux or set it to permissive and test again. Thanks, Wanlong Gao > > this is caused by comand "rm -rf $TEST_USER1_HOMEDIR". > But this directory is needed by next step. > So create this driectory again. > > Signed-off-by: Wentao Ma > --- > testcases/kernel/fs/acls/acl_test01 | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/testcases/kernel/fs/acls/acl_test01 b/testcases/kernel/fs/acls/acl_test01 > index 328ff74..d079abd 100755 > --- a/testcases/kernel/fs/acls/acl_test01 > +++ b/testcases/kernel/fs/acls/acl_test01 > @@ -87,6 +87,7 @@ do_setup(){ > rm -rf $TEST_USER1_HOMEDIR > userdel $TEST_USER1 > /dev/null 2>&1 > sleep 1 > + mkdir -p $TEST_USER1_HOMEDIR > useradd -d $TEST_USER1_HOMEDIR -m -g $TEST_USER1_GROUP $TEST_USER1 -s /bin/sh > > if [ $? -ne 0 ]; then > ------------------------------------------------------------------------------ Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/ _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list