]> git.pld-linux.org Git - packages/checkpolicy.git/blame - checkpolicy-roletrans.patch
- really no need to use C99 in this place ;)
[packages/checkpolicy.git] / checkpolicy-roletrans.patch
CommitLineData
5aeacf9b
AM
1Index: checkpolicy/policy_parse.y
2===================================================================
3RCS file: /nfshome/pal/CVS/selinux-usr/checkpolicy/policy_parse.y,v
4retrieving revision 1.9
5diff -u -r1.9 policy_parse.y
6--- checkpolicy/policy_parse.y 17 Dec 2003 16:52:20 -0000 1.9
7+++ checkpolicy/policy_parse.y 7 Jan 2004 13:19:04 -0000
8@@ -2339,8 +2339,6 @@
9 return 0;
10 }
11
12- yywarn("Role transition rules are DEPRECATED, use domain transitions.");
13-
14 ebitmap_init(&roles);
15 ebitmap_init(&types);
16
This page took 0.038366 seconds and 4 git commands to generate.