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 2975 by kumaneko, Tue Sep 1 05:34:46 2009 UTC revision 2998 by kumaneko, Sun Sep 6 02:18:23 2009 UTC
# Line 1996  Fix 2008/09/01 Line 1996  Fix 2008/09/01
1996    
1997        Until now, the max length of a word is 4000 and the max length of a line        Until now, the max length of a word is 4000 and the max length of a line
1998        is 8192. To be able to handle longer pathnames, I removed these        is 8192. To be able to handle longer pathnames, I removed these
1999        limitations. Now, the max length (except the domainname and the strings        limitations. Now, the max length (except the domainname and
2000        used in "if" clause) is 128K (which is the max amount of memory kmalloc()        argv[]/envp[]) is 128K (which is the max amount of memory kmalloc()
2001        can allocate in most environments).        can allocate in most environments).
2002    
2003      @ Support more fine grained profile configuration.      @ Support more fine grained profile configuration.
# Line 2007  Fix 2008/09/01 Line 2007  Fix 2008/09/01
2007      @ Support more fine grained parameters restrictions.      @ Support more fine grained parameters restrictions.
2008    
2009        "allow_create", "allow_mkdir", "allow_mkfifo", "allow_mksock" check        "allow_create", "allow_mkdir", "allow_mkfifo", "allow_mksock" check
2010        create mode. "allow_mkblock" and "allow_mkchar" check create mode,        create mode. "allow_mkblock" and "allow_mkchar" check create mode and
2011        major device number, minor device number. "allow_chmod" check new mode.        major/minor device numbers. "allow_chmod" check new mode. "allow_chown"
2012        "allow_chown" checks new owner. "allow_chgrp" checks new group.        checks new owner. "allow_chgrp" checks new group.
2013    
2014      @ Allow number grouping.      @ Allow number grouping.
2015    
2016        To help specifying numeric values, a new keyword "number_group" is        To help specifying numeric values, a new directive "number_group" is
2017        introduced.        introduced.
2018    
2019      @ Remove "alias" directive and "allow_argv0" directive.      @ Remove "alias" directive and "allow_argv0" directive.
# Line 2093  Fix 2008/09/01 Line 2093  Fix 2008/09/01
2093        do_execve() succeeds." made on 2008/10/07.        do_execve() succeeds." made on 2008/10/07.
2094    
2095  Version 1.7.0 2008/09/03   Feature enhancement release.  Version 1.7.0 2008/09/03   Feature enhancement release.
2096    
2097    Fix 2008/09/04
2098    
2099        @ Fix wrong ccs_profile() calls.
2100    
2101          I can't call ccs_profile() for profile existence test because
2102          ccs_profile() never returns NULL.
2103    
2104    Fix 2008/09/06
2105    
2106        @ Fix wrong error code in ccs_try_alt_exec().
2107    
2108          ccs_try_alt_exec() was returning ENOMEM when kmalloc() failed.
2109          It needs to return -ENOMEM to fail.

Legend:
Removed from v.2975  
changed lines
  Added in v.2998

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