svn commit: r338357 - head/sys/compat/freebsd32

Konstantin Belousov kib at FreeBSD.org
Tue Aug 28 18:49:40 UTC 2018


Author: kib
Date: Tue Aug 28 18:49:39 2018
New Revision: 338357
URL: https://svnweb.freebsd.org/changeset/base/338357

Log:
  Fix compat32 ftruncate cap mode after ino64.
  
  Reported by:    asomers
  PR:     230120
  Sponsored by:   The FreeBSD Foundation
  Approved by:	re (gjb)

Modified:
  head/sys/compat/freebsd32/capabilities.conf

Modified: head/sys/compat/freebsd32/capabilities.conf
==============================================================================
--- head/sys/compat/freebsd32/capabilities.conf	Tue Aug 28 18:47:02 2018	(r338356)
+++ head/sys/compat/freebsd32/capabilities.conf	Tue Aug 28 18:49:39 2018	(r338357)
@@ -108,6 +108,7 @@ freebsd32_fstat
 fstatfs
 fsync
 ftruncate
+freebsd32_ftruncate
 freebsd32_futimens
 freebsd32_futimes
 getaudit


More information about the svn-src-all mailing list