FreeBSD Bugzilla – Attachment 196317 Details for
Bug 230120
capsicum: cap_ftruncate_rights doesn't work in 32-bit emulation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Correct the line in compat32 capabilities.conf for ftruncate(2).
1.patch (text/plain), 381 bytes, created by
Konstantin Belousov
on 2018-08-18 10:31:42 UTC
(
hide
)
Description:
Correct the line in compat32 capabilities.conf for ftruncate(2).
Filename:
MIME Type:
Creator:
Konstantin Belousov
Created:
2018-08-18 10:31:42 UTC
Size:
381 bytes
patch
obsolete
>diff --git a/sys/compat/freebsd32/capabilities.conf b/sys/compat/freebsd32/capabilities.conf >index 532597486fa..e78688a0d91 100644 >--- a/sys/compat/freebsd32/capabilities.conf >+++ b/sys/compat/freebsd32/capabilities.conf >@@ -107,7 +107,7 @@ freebsd6_freebsd32_pwrite > freebsd32_fstat > fstatfs > fsync >-ftruncate >+freebsd32_ftruncate > freebsd32_futimens > freebsd32_futimes > getaudit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 230120
: 196317
Working