Add a place-holder f_label void * for a future struct label pointer

required for the port of SELinux FLASK/TE to FreeBSD using the MAC
Framework.
This commit is contained in:
Robert Watson 2005-02-02 10:55:32 +00:00
parent 5896d2bb13
commit 79888acfcb

View File

@ -131,6 +131,7 @@ struct file {
off_t f_nextoff; /*
* offset of next expected read or write
*/
void *f_label; /* Place-holder for struct label pointer. */
};
#endif /* _KERNEL */