rights(4): CAP_FSYNC also permits fdatasync(2).

This commit is contained in:
Jilles Tjoelker 2016-08-17 20:27:04 +00:00
parent e15461c7e9
commit 8de7cb10b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=304315

View File

@ -32,7 +32,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 27, 2015
.Dd August 17, 2016
.Dt RIGHTS 4
.Os
.Sh NAME
@ -254,6 +254,7 @@ Permit
.It Dv CAP_FSYNC
Permit
.Xr aio_fsync 2 ,
.Xr fdatasync 2 ,
.Xr fsync 2
and
.Xr openat 2