From f7ae72ca0aabc7b13833dbb0f361b92a9c94c14a Mon Sep 17 00:00:00 2001 From: jpandre Date: Fri, 12 Oct 2007 13:24:58 +0000 Subject: [PATCH] Updated a comment --- libntfs-3g/security.c | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/libntfs-3g/security.c b/libntfs-3g/security.c index 67a5a65f..bf6e2f02 100644 --- a/libntfs-3g/security.c +++ b/libntfs-3g/security.c @@ -2662,11 +2662,15 @@ static int update_secur_descr(ntfs_volume *vol, * were created in previous versions, with a security attributes * and no security id. * - * It will create a duplicate (attribute and entry in $Secure) - * and allow for cacheing and inheritance. - * The attribute is kept for use by utilities which would not - * accept entries in $Secure - * At next update of permissions, the duplicate will be removed + * It will allocate a security id and replace the individual + * security attribute by a reference to the global one + * + * Special files are not upgraded (currently / and files in + * directories /$*) + * + * Though most code is similar to update_secur_desc() it has + * been kept apart to facilitate the further processing of + * special cases or even to remove it if found dangerous. * * returns 0 if success, * 1 if not upgradable. This is not an error. @@ -3537,7 +3541,6 @@ void ntfs_close_secure(struct SECURITY_CONTEXT *scx) } free_mapping(scx); free_caches(scx); -showlist(99); } /*