selinux/libsemanage
Christopher J. PeBenito 9e2c58f924 homedir_template generation skips USER lines
The current libsemanage code does not correctly add lines which include
USER in them into the homedir_template, for example:

/tmp/gconfd-USER -d	system_u:object_r:ROLE_tmp_t

This line was included in the past since it has ROLE.  However, with the
switch to UBAC separations, the line has changed to:

/tmp/gconfd-USER -d	system_u:object_r:user_tmp_t

and is no longer included.  The follwing patch fixes.

Signed-off-by: Joshua Brindle <method@manicmethod.com>
2008-11-09 11:17:42 -05:00
..
example Author: Daniel J Walsh 2008-09-15 09:25:33 -04:00
include initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
man initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
src homedir_template generation skips USER lines 2008-11-09 11:17:42 -05:00
tests initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
ChangeLog bump to libsemanage 2.0.28 2008-09-15 11:25:27 -04:00
COPYING initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
Makefile initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
VERSION bump to libsemanage 2.0.28 2008-09-15 11:25:27 -04:00