PERFORCE change 165453 for review

Stacey Son sson at FreeBSD.org
Mon Jun 29 23:19:55 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=165453

Change 165453 by sson at sson_amd64 on 2009/06/29 23:19:44

		Increase size of flags/naflags values used in audit_control.
	
	We increase the size of the flags/naflags values in
	/etc/security/audit_control from 25 to 128.  Values longer
	than 25 characters would cause parse errors.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/libauditd/auditd_lib.c#11 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/libauditd/auditd_lib.c#11 (text+ko) ====

@@ -26,7 +26,7 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/libauditd/auditd_lib.c#10 $
+ * $P4: //depot/projects/trustedbsd/openbsm/libauditd/auditd_lib.c#11 $
  */
 
 #include <sys/param.h>
@@ -130,7 +130,7 @@
 
 #define MAXERRCODE (sizeof(auditd_errmsg) / sizeof(auditd_errmsg[0]))
 
-#define NA_EVENT_STR_SIZE       25
+#define NA_EVENT_STR_SIZE       128
 #define POL_STR_SIZE            128
 
 


More information about the p4-projects mailing list