]> git.pld-linux.org Git - packages/checkpolicy.git/blob - checkpolicy-roletrans.patch
- really no need to use C99 in this place ;)
[packages/checkpolicy.git] / checkpolicy-roletrans.patch
1 Index: checkpolicy/policy_parse.y
2 ===================================================================
3 RCS file: /nfshome/pal/CVS/selinux-usr/checkpolicy/policy_parse.y,v
4 retrieving revision 1.9
5 diff -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.026558 seconds and 3 git commands to generate.