blob: 309bbecef7af44bec9381c1dbd0fde9a583eff32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
.TH LABMOUNT 2
.SH NAME
labmount \- return file system ceiling label
.SH SYNOPSIS
.B int labmount(fd, lp)
.br
.B struct label *lp;
.SH DESCRIPTION
If the file with descriptor
.I fd
resides in a file system,
.I labmount
copies the ceiling label of that file system into
the place pointed to by
.I lp.
If the file does not reside in a file system, the
ceiling is reported to be
.BR L_YES ;
see
.IR getflab (2).
.SH SEE ALSO
.IR fmount (2)
.SH DIAGNOSTICS
.L
EBADF, EFAULT, EIO, ELOOP, ENOENT, ENOTDIR
|