<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/security, branch releng/10.3</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r294137:</title>
<updated>2016-01-23T07:35:29+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2016-01-23T07:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=de81e46cc7f673556e65fd95fa0deb01d64ed75a'/>
<id>de81e46cc7f673556e65fd95fa0deb01d64ed75a</id>
<content type='text'>
Do not panic when the filesystem which carries the audit files, is unmounted
and audit is active.  Do not write to the suspended fs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not panic when the filesystem which carries the audit files, is unmounted
and audit is active.  Do not write to the suspended fs.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: r292522</title>
<updated>2016-01-04T16:51:56+00:00</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2016-01-04T16:51:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d144632baa5efee4a131dd6ebb7fa8928f47d033'/>
<id>d144632baa5efee4a131dd6ebb7fa8928f47d033</id>
<content type='text'>
Merge from contrib/openbsm to bring the kernel audit bits up to date with OpenBSM 1.2 alpha 4:

- remove $P4$
- fix a comment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merge from contrib/openbsm to bring the kernel audit bits up to date with OpenBSM 1.2 alpha 4:

- remove $P4$
- fix a comment
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge r263233 from HEAD to stable/10:</title>
<updated>2015-03-19T13:37:36+00:00</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2015-03-19T13:37:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8c0b8b26921d2b7336f487bf71f7bf9e555e374e'/>
<id>8c0b8b26921d2b7336f487bf71f7bf9e555e374e</id>
<content type='text'>
  Update kernel inclusions of capability.h to use capsicum.h instead; some
  further refinement is required as some device drivers intended to be
  portable over FreeBSD versions rely on __FreeBSD_version to decide whether
  to include capability.h.

Sponsored by:	Google, Inc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Update kernel inclusions of capability.h to use capsicum.h instead; some
  further refinement is required as some device drivers intended to be
  portable over FreeBSD versions rely on __FreeBSD_version to decide whether
  to include capability.h.

Sponsored by:	Google, Inc.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r259885:</title>
<updated>2014-08-16T13:11:59+00:00</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2014-08-16T13:11:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8c34039f807c23e6600045623d6d867668bc2058'/>
<id>8c34039f807c23e6600045623d6d867668bc2058</id>
<content type='text'>
 As constantly reported during kernel compilation, m_buflen is unsigned so
 can never be &lt; 0.  Remove the expression, which can never be true.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 As constantly reported during kernel compilation, m_buflen is unsigned so
 can never be &lt; 0.  Remove the expression, which can never be true.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r263458:</title>
<updated>2014-03-31T02:24:29+00:00</updated>
<author>
<name>Mateusz Guzik</name>
<email>mjg@FreeBSD.org</email>
</author>
<published>2014-03-31T02:24:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=224b4da27e3be4cd176573ea36cc3483c3b74655'/>
<id>224b4da27e3be4cd176573ea36cc3483c3b74655</id>
<content type='text'>
audit: plug FILEDESC_LOCK leak in audit_canon_path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
audit: plug FILEDESC_LOCK leak in audit_canon_path.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE</title>
<updated>2014-01-17T10:58:59+00:00</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2014-01-17T10:58:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b4aa45e3aa6e5357d0173e0e7417cdf7efe33640'/>
<id>b4aa45e3aa6e5357d0173e0e7417cdf7efe33640</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC 259014: There is no sysctl with the MIB { CTL_KERN, KERN_MAXID }.</title>
<updated>2013-12-26T16:57:36+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2013-12-26T16:57:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d91f47b111b0dd01cf598efc9240e030952315e7'/>
<id>d91f47b111b0dd01cf598efc9240e030952315e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some typos that were causing probe argument types to show up as unknown.</title>
<updated>2013-10-01T15:40:27+00:00</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2013-10-01T15:40:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=92c6196caadbcb648cd757d5f4b4e0b6426097f9'/>
<id>92c6196caadbcb648cd757d5f4b4e0b6426097f9</id>
<content type='text'>
Reviewed by:	rwatson (mac provider)
Approved by:	re (glebius)
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by:	rwatson (mac provider)
Approved by:	re (glebius)
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the mac_policy_rm lock recursable, which allows reentrance into</title>
<updated>2013-09-29T20:21:34+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2013-09-29T20:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f7fadf1f228f3742ed7d48512b40910826f83a46'/>
<id>f7fadf1f228f3742ed7d48512b40910826f83a46</id>
<content type='text'>
the mac framework.  It is needed when priv_check_cred(9) is called from
the mac callback, e.g. in the mac_portacl(4).

Reported by:	az
Reviewed by:	rwatson
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Approved by:	re (gjb)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the mac framework.  It is needed when priv_check_cred(9) is called from
the mac callback, e.g. in the mac_portacl(4).

Reported by:	az
Reviewed by:	rwatson
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Approved by:	re (gjb)
</pre>
</div>
</content>
</entry>
<entry>
<title>- Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+</title>
<updated>2013-09-07T13:45:44+00:00</updated>
<author>
<name>Davide Italiano</name>
<email>davide@FreeBSD.org</email>
</author>
<published>2013-09-07T13:45:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d56b4cd4acc825cf2a4d1150bb93dc75e6513dc8'/>
<id>d56b4cd4acc825cf2a4d1150bb93dc75e6513dc8</id>
<content type='text'>
dev_ref() in the clone handlers that still use it.
- Don't set SI_CHEAPCLONE flag, it's not used anywhere neither in devfs
(for anything real)

Reviewed by:	kib
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dev_ref() in the clone handlers that still use it.
- Don't set SI_CHEAPCLONE flag, it's not used anywhere neither in devfs
(for anything real)

Reviewed by:	kib
</pre>
</div>
</content>
</entry>
</feed>
