• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/smack/

Lines Matching defs:smack

30 #include "smack.h"
65 * smack label is contained directly in the category set.
136 * Seq_file read operations for /smack/load
199 * smk_open_load - open() for /smack/load
247 * smk_write_load - write() for /smack/load
253 * Get one smack access rule from above.
387 panic("smack: Failed to initialize cipso DOI.\n");
437 * Seq_file read operations for /smack/cipso
515 * smk_open_cipso - open() for /smack/cipso
519 * Connect our cipso_seq_* operations with /smack/cipso
528 * smk_write_cipso - write() for /smack/cipso
651 * Seq_file read operations for /smack/netlabel
709 * smk_open_netlbladdr - open() for /smack/netlabel
713 * Connect our netlbladdr_seq_* operations with /smack/netlabel
764 * smk_write_netlbladdr - write() for /smack/netlabel
778 char smack[SMK_LABELLEN];
810 &host[0], &host[1], &host[2], &host[3], &m, smack);
813 &host[0], &host[1], &host[2], &host[3], smack);
821 /* if smack begins with '-', its an option, don't import it */
822 if (smack[0] != '-') {
823 sp = smk_import(smack, 0);
828 if (strcmp(smack, smack_cipso_option) == 0)
909 * smk_read_doi - read() for /smack/doi
933 * smk_write_doi - write() for /smack/doi
974 * smk_read_direct - read() for /smack/direct
998 * smk_write_direct - write() for /smack/direct
1037 * smk_read_ambient - read() for /smack/ambient
1073 * smk_write_ambient - write() for /smack/ambient
1086 char *smack;
1097 smack = smk_import(in, count);
1098 if (smack == NULL)
1104 smack_net_ambient = smack;
1118 * smk_read_onlycap - read() for /smack/onlycap
1129 char *smack = "";
1137 smack = smack_onlycap;
1139 asize = strlen(smack) + 1;
1142 rc = simple_read_from_buffer(buf, cn, ppos, smack, asize);
1148 * smk_write_onlycap - write() for /smack/onlycap
1197 * smk_read_logging - read() for /smack/logging
1220 * smk_write_logging - write() for /smack/logging
1265 * Fill in the well known entries for /smack