Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Diff of /trunk/1.6.x/ccs-patch/README.ccs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1064 by kumaneko, Fri Mar 28 05:06:28 2008 UTC revision 1089 by kumaneko, Mon Apr 7 04:26:32 2008 UTC
# Line 1320  Fix 2008/03/10 Line 1320  Fix 2008/03/10
1320        invoked only when execve() request was rejected. In other words,        invoked only when execve() request was rejected. In other words,
1321        this program is invoked only when the following conditions are met.        this program is invoked only when the following conditions are met.
1322    
1323          (1) None of "allow_execute" keywords in the domain didn't match.          (1) None of "allow_execute" keywords in the domain matched.
1324          (2) The execve() request was rejected in enforcing mode.          (2) The execve() request was rejected in enforcing mode.
1325          (3) "execute_handler" keyword is not used by the domain.          (3) "execute_handler" keyword is not used by the domain.
1326    
# Line 1353  Fix 2008/03/28 Line 1353  Fix 2008/03/28
1353        But the original execute request is handled by the same execute handler        But the original execute request is handled by the same execute handler
1354        unless the execute handler ignores "execute_handler".        unless the execute handler ignores "execute_handler".
1355    
1356  Version 1.6.0 2008/??/??   Feature enhancement release.      @ Update coding style.
1357    
1358          I rewrote the code to pass scripts/checkpatch.pl as much as possible.
1359          Function names were changed to use only lower letters.
1360    
1361    Version 1.6.0 2008/04/01   Feature enhancement release.
1362    
1363    Fix 2008/??/??
1364    
1365        @ Fix "Compilation failures" and "Initialization ordering bugs"
1366          with kernels before 2.4.30/2.6.11 .
1367    
1368          2.6 kernels before 2.6.9 didn't have include/linux/hardirq.h ,
1369          resulting compilation error at #include <linux/hardirq.h> .
1370          I added #elif condition.
1371    
1372          2.6 kernels before 2.6.11 calls do_execve() before initialization of
1373          ccs_alloc(), resulting NULL pointer dereference.
1374          I changed __initcall to security_initcall.
1375    
1376          Some distributions with 2.6.9 kernels backported kzalloc() from 2.6.14 ,
1377          resulting compilation error at kzalloc().
1378          I modified prototype of kzalloc().

Legend:
Removed from v.1064  
changed lines
  Added in v.1089

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26