Skip to content

Commit

Permalink
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel…
Browse files Browse the repository at this point in the history
…/git/jmorris/security-testing-2.6

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6:
  SELinux: delete debugging printks from filename_trans rule processing
  • Loading branch information
torvalds committed May 13, 2011
2 parents 446cc63 + ca7d120 commit 381e786
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions security/selinux/ss/policydb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1819,8 +1819,6 @@ static int filename_trans_read(struct policydb *p, void *fp)
goto out;
nel = le32_to_cpu(buf[0]);

printk(KERN_ERR "%s: nel=%d\n", __func__, nel);

last = p->filename_trans;
while (last && last->next)
last = last->next;
Expand Down Expand Up @@ -1857,8 +1855,6 @@ static int filename_trans_read(struct policydb *p, void *fp)
goto out;
name[len] = 0;

printk(KERN_ERR "%s: ft=%p ft->name=%p ft->name=%s\n", __func__, ft, ft->name, ft->name);

rc = next_entry(buf, fp, sizeof(u32) * 4);
if (rc)
goto out;
Expand Down

0 comments on commit 381e786

Please sign in to comment.