Merge "Update qtaguid tag/untag documentation."

This commit is contained in:
Treehugger Robot 2017-03-17 19:30:44 +00:00 committed by Gerrit Code Review
commit 499a0479fa

View file

@ -26,13 +26,15 @@ extern "C" {
#endif
/*
* Set tags (and owning UIDs) for network sockets.
*/
* Set tags (and owning UIDs) for network sockets. The socket must be untagged
* by calling qtaguid_untagSocket() before closing it, otherwise the qtaguid
* module will keep a reference to it even after close.
*/
extern int qtaguid_tagSocket(int sockfd, int tag, uid_t uid);
/*
* Untag a network socket before closing.
*/
*/
extern int qtaguid_untagSocket(int sockfd);
/*