Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

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

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

revision 352 by kumaneko, Tue Aug 14 11:27:50 2007 UTC revision 418 by kumaneko, Fri Aug 24 02:17:17 2007 UTC
# Line 991  Fix 2007/08/14 Line 991  Fix 2007/08/14
991        read() or recvmsg() with NULL address because address buffer is NULL.        read() or recvmsg() with NULL address because address buffer is NULL.
992        I moved hooks from sock_recvmsg() to skb_recv_datagram() so that        I moved hooks from sock_recvmsg() to skb_recv_datagram() so that
993        network access control for incoming UDP and RAW packets always work.        network access control for incoming UDP and RAW packets always work.
994    
995    Fix 2007/08/16
996    
997        @ Return appropriate error code for CheckMountPermission().
998    
999          I was returning -EPERM if something is wrong with CheckMountPermission().
1000          But SELinux determines whether selinuxfs is supported by kernel
1001          based on whether error code is -ENODEV or not.
1002          So I stopped returning -EPERM unconditionally.
1003    
1004    Fix 2007/08/17
1005    
1006        @ Remove initializer directive.
1007    
1008          Use "initialize_domain" instrad of "initializer".
1009    
1010    Fix 2007/08/21
1011    
1012        @ Fix "allow_argv0 ... if if ..." bug.
1013    
1014          It was impossible to use a word "if" to the second argument of
1015          allow_argv0 if condition part is used.
1016    
1017    Fix 2007/08/24
1018    
1019        @ Move /proc/ccs/\*/\* to /proc/ccs/\* .
1020    
1021          Some pathnames for /proc/ccs/ interface were changed.

Legend:
Removed from v.352  
changed lines
  Added in v.418

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