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:
parent
5896d2bb13
commit
79888acfcb
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user