summaryrefslogtreecommitdiffstats
path: root/include/public/nsacl
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2010-09-09 10:18:59 -0700
committerNathan Kinder <nkinder@redhat.com>2010-09-09 10:18:59 -0700
commitd88253df42157df3d112122c3551b0969e9ce8a0 (patch)
treea2d82ffc772dbf775ef2489d6f34878994beecf8 /include/public/nsacl
parentb2962bd5ecab66571b2afe223a61ff1a7d53dc3c (diff)
downloadds-d88253df42157df3d112122c3551b0969e9ce8a0.tar.gz
ds-d88253df42157df3d112122c3551b0969e9ce8a0.tar.xz
ds-d88253df42157df3d112122c3551b0969e9ce8a0.zip
Bug 630090 - (cov#11974) Remove unused ACL functions
Coverity flagged a memory corruption issue in an old unused ACL function. It is best to just remove these unused functions. The functions removed are: ACL_ParseFile ACL_WriteFile ACL_WriteString ACL_Decompose acl_to_str_* acl_decompose_*
Diffstat (limited to 'include/public/nsacl')
-rw-r--r--include/public/nsacl/aclapi.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/public/nsacl/aclapi.h b/include/public/nsacl/aclapi.h
index 197d9d38..617cabfe 100644
--- a/include/public/nsacl/aclapi.h
+++ b/include/public/nsacl/aclapi.h
@@ -352,14 +352,7 @@ NSAPI_PUBLIC extern ACLDispatchVector_t *__nsacl_table;
/* ACL language and file interfaces */
-#define ACL_ParseFile (*__nsacl_table->f_ACL_ParseFile)
#define ACL_ParseString (*__nsacl_table->f_ACL_ParseString)
-#define ACL_WriteString (*__nsacl_table->f_ACL_WriteString)
-#define ACL_WriteFile (*__nsacl_table->f_ACL_WriteFile)
-#define ACL_FileRenameAcl (*__nsacl_table->f_ACL_FileRenameAcl)
-#define ACL_FileDeleteAcl (*__nsacl_table->f_ACL_FileDeleteAcl)
-#define ACL_FileGetAcl (*__nsacl_table->f_ACL_FileGetAcl)
-#define ACL_FileSetAcl (*__nsacl_table->f_ACL_FileSetAcl)
/* ACL Expression construction interfaces
* These are low-level interfaces that may be useful to those who are not