Merge "Update qtaguid tag/untag documentation."
This commit is contained in:
commit
499a0479fa
1 changed files with 5 additions and 3 deletions
|
@ -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);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue