Sponsored Content
Special Forums Windows & DOS: Issues & Discussions Security Advisories (RSS) - Microsoft Microsoft Security Advisory (2269637): Insecure Library Loading Could Allow Remote Code Execution - Post 302494896 by Linux Bot on Tuesday 8th of February 2011 07:00:04 PM
Old 02-08-2011
Microsoft Security Advisory (2269637): Insecure Library Loading Could Allow Remote Code Execution -

Revision Note: V5.0 (February 8, 2011): Added Microsoft Security Bulletin MS11-003, "Cumulative Security Update for Internet Explorer," to the Updates relating to Insecure Library Loading section. Advisory Summary:Microsoft is aware that research has been published detailing a remote attack vector for a class of vulnerabilities that affects how applications load external libraries.

More...
 
acl_delete_entry(3)					     Library Functions Manual					       acl_delete_entry(3)

NAME
acl_delete_entry - Deletes an ACL entry LIBRARY
Security Library (libpacl.a) SYNOPSIS
#include <sys/acl.h> int acl_delete_entry( acl_entry_t entry_d); PARAMETERS
Designates the working storage internal representation ACL entry to be deleted. DESCRIPTION
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. Deletes the designated ACL entry from the ACL that contains it. RETURN VALUES
Upon successful completion, the acl_delete_entry() function returns a value of 0 (zero). Otherwise, a value of -1 is returned and errno is set to indicate the error. ERRORS
If any of the following conditions occur, the acl_delete_entry() function sets errno to the corresponding value: The argument entry_d does not refer to a valid ACL entry. RELATED INFORMATION
acl_copy_entry(3), acl_create_entry(3), acl_get_entry(3), acl_first_entry(3) Security delim off acl_delete_entry(3)
All times are GMT -4. The time now is 04:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy