1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Remove now-obsolete comment regarding mqueue privileges in jail.

This commit is contained in:
Robert Watson 2007-04-11 16:22:59 +00:00
parent 158bb4cb18
commit 94b94b2b49
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168626

View File

@ -961,10 +961,6 @@ int do_unlink(struct mqfs_node *pn, struct ucred *ucred)
sx_assert(&pn->mn_info->mi_lock, SX_LOCKED);
/*
* XXXRW: Other instances of the message queue primitive are
* allowed in jail?
*/
if (ucred->cr_uid != pn->mn_uid &&
(error = priv_check_cred(ucred, PRIV_MQ_ADMIN,
SUSER_ALLOWJAIL)) != 0)