Create_lnk_perms fix from Russell Coker.

Personally I'd rather dump all those old compatibility macros, make them all
just display a message indicating the new correct thing to do and abort the
build.  But if we are going to keep them then we need to update them and make
them work.

The attached patch adds write access to create_lnk_perms.
This commit is contained in:
Chris PeBenito 2010-06-28 09:33:17 -04:00
parent 0001e26f4f
commit 155635e33d

View File

@ -84,7 +84,7 @@ define(`link_file_perms', `{ getattr link unlink rename } refpolicywarn(`$0 is d
#
# Permissions for creating lnk_files.
#
define(`create_lnk_perms', `{ create read getattr setattr link unlink rename } refpolicywarn(`$0 is deprecated please use manage_lnk_file_perms instead.')')
define(`create_lnk_perms', `{ create read write getattr setattr link unlink rename } refpolicywarn(`$0 is deprecated please use manage_lnk_file_perms instead.')')
#
# Permissions for reading directories and their attributes.