Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192396
b: refs/heads/master
c: 634a539
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and James Morris committed Mar 7, 2010
1 parent ffb40fe commit 0219ff8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c8563473c1259f5686ceb918c548c80132089f79
refs/heads/master: 634a539e16bd7a1ba31c3f832baa725565cc9f96
2 changes: 1 addition & 1 deletion trunk/security/selinux/hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ extern int ss_initialized;

/* The file system's label must be initialized prior to use. */

static char *labeling_behaviors[6] = {
static const char *labeling_behaviors[6] = {
"uses xattr",
"uses transition SIDs",
"uses task SIDs",
Expand Down
2 changes: 1 addition & 1 deletion trunk/security/selinux/include/initial_sid_to_string.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is automatically generated. Do not edit. */
static char *initial_sid_to_string[] =
static const char *initial_sid_to_string[] =
{
"null",
"kernel",
Expand Down
2 changes: 1 addition & 1 deletion trunk/security/selinux/ss/policydb.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#define _DEBUG_HASHES

#ifdef DEBUG_HASHES
static char *symtab_name[SYM_NUM] = {
static const char *symtab_name[SYM_NUM] = {
"common prefixes",
"classes",
"roles",
Expand Down

0 comments on commit 0219ff8

Please sign in to comment.