Files
Arquivotheca.Solaris-2.5/lib/libbc/inc/include/sys/label.h
seta75D 7c4988eac0 Init
2021-10-11 19:38:01 -03:00

19 lines
280 B
C
Executable File

/* @(#)label.h 1.4 90/03/30 SMI */
/*
* label - the security label structure
*/
#ifndef _sys_label_h
#define _sys_label_h
struct binary_label {
short sl_level;
char sl_categories[16];
char sl_unused[14];
};
typedef struct binary_label blabel_t;
#endif /*!_sys_label_h*/