Summary: | cap_[gs]et_file missing (breaks zsh/cap.so) | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | at <at> |
Component: | libcap | Assignee: | Mikhail Efremov <sem> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | normal | ||
Priority: | P2 | CC: | glebfm, ldv, sem |
Version: | unstable | ||
Hardware: | all | ||
OS: | Linux |
Description
at@altlinux.org
2005-10-05 18:03:03 MSD
I think this bug report is wrong, because cap_file.c was not included to the library, and these files was not exported. Yep, I see now it has nothing to do with restricted export, 'cause cap_get_file() wasn't there anyway. So I change the description as follows: sys/capability.h exposes cap_get_file() and cap_set_file() as part of public API, while as libcap.so.1 fails to provide corresponding text symbols. OK, prototypes of these functions will be removed from sys/capability.h Removed these prototypes in 1.10-alt14. |