cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

initial_sid_to_string.h (335B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2static const char *const initial_sid_to_string[] = {
      3	NULL,
      4	"kernel",
      5	"security",
      6	"unlabeled",
      7	NULL,
      8	"file",
      9	NULL,
     10	NULL,
     11	"any_socket",
     12	"port",
     13	"netif",
     14	"netmsg",
     15	"node",
     16	NULL,
     17	NULL,
     18	NULL,
     19	NULL,
     20	NULL,
     21	NULL,
     22	NULL,
     23	NULL,
     24	NULL,
     25	NULL,
     26	NULL,
     27	NULL,
     28	NULL,
     29	NULL,
     30	"devnull",
     31};
     32