Changeset 2660
- Timestamp:
- 04/18/08 07:57:01
(8 months ago)
- Author:
- pebenito
- Message:
trunk: Patch to fix leaky interface/template call depth calculator from Vaclav Ovsik.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2657 |
r2660 |
|
| | 1 | - Patch to fix leaky interface/template call depth calculator from Vaclav |
|---|
| | 2 | Ovsik. |
|---|
| | 3 | |
|---|
| 1 | 4 | * Wed Apr 02 2008 Chris PeBenito <selinux@tresys.com> - 20080402 |
|---|
| 2 | 5 | - Add core Security Enhanced X Windows support. |
|---|
| r2389 |
r2660 |
|
| 63 | 63 | ifdef(`$1',`refpolicyerr(`duplicate definition of $1(). Original definition on '$1.) define(`__if_error')',`define(`$1',__line__)') dnl |
|---|
| 64 | 64 | `define(`$1',` dnl |
|---|
| 65 | | define(`policy_temp',incr(policy_call_depth)) dnl |
|---|
| 66 | | pushdef(`policy_call_depth',policy_temp) dnl |
|---|
| 67 | | undefine(`policy_temp') dnl |
|---|
| | 65 | pushdef(`policy_call_depth',incr(policy_call_depth)) dnl |
|---|
| 68 | 66 | policy_m4_comment(policy_call_depth,begin `$1'(dollarsstar)) dnl |
|---|
| 69 | 67 | $2 dnl |
|---|
| 70 | | define(`policy_temp',decr(policy_call_depth)) dnl |
|---|
| 71 | | pushdef(`policy_call_depth',policy_temp) dnl |
|---|
| 72 | | undefine(`policy_temp') dnl |
|---|
| | 68 | popdef(`policy_call_depth') dnl |
|---|
| 73 | 69 | policy_m4_comment(policy_call_depth,end `$1'(dollarsstar)) dnl |
|---|
| 74 | 70 | '') |
|---|
| … | … | |
| 84 | 80 | ifdef(`$1',`refpolicyerr(`duplicate definition of $1(). Original definition on '$1.) define(`__if_error')',`define(`$1',__line__)') dnl |
|---|
| 85 | 81 | `define(`$1',` dnl |
|---|
| 86 | | define(`policy_temp',incr(policy_call_depth)) dnl |
|---|
| 87 | | pushdef(`policy_call_depth',policy_temp) dnl |
|---|
| 88 | | undefine(`policy_temp') dnl |
|---|
| | 82 | pushdef(`policy_call_depth',incr(policy_call_depth)) dnl |
|---|
| 89 | 83 | policy_m4_comment(policy_call_depth,begin `$1'(dollarsstar)) dnl |
|---|
| 90 | 84 | $2 |
|---|
| 91 | | define(`policy_temp',decr(policy_call_depth)) dnl |
|---|
| 92 | | pushdef(`policy_call_depth',policy_temp) dnl |
|---|
| 93 | | undefine(`policy_temp') dnl |
|---|
| | 85 | popdef(`policy_call_depth') dnl |
|---|
| 94 | 86 | policy_m4_comment(policy_call_depth,end `$1'(dollarsstar)) dnl |
|---|
| 95 | 87 | '') |
|---|
Download in other formats:
* Generating other formats may take time.