﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
760	getfacl argument missing	victor gattegno	Bruno Cornec	"
I see in Mondo 3.0.4, in libmondo-filelist.c, line 496 :

{{{
		retval = gen_aux_list(filelist, ""getfacl --all-effective -P "", facl_fname)
}}}

I think that the \""%s\"" is missing, because getfacl without a file name will not work, and because it was in previous versions of Mondo, example, in mondo-3.0.4 20130624040329 test version, in libmondo-filelist.c, line 499 :

{{{
			gen_aux_list(filelist, ""getfacl --all-effective -P \""%s\"""",
						 facl_fname)
}}}

"	defect	closed	normal	3.0.5	mondo	3.0.4	blocker	invalid	-z option  getfacl	
