K 10 svn:author V 5 markj K 8 svn:date V 27 2018-08-01T03:46:07.122411Z K 7 svn:log V 430 Require that MAC label buffers be able to store a non-empty string. The buffer size may be used to initialize an sbuf in MAC_POLICY_EXTERNALIZE, and without this constraint it's possible to trigger an assertion failure in the sbuf code. With INVARIANTS disabled, the first attempt to write to the sbuf will fail. Reported by: pho Reviewed by: delphij MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D16527 END