オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

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

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

revision 2298 by kumaneko, Mon Mar 23 01:27:04 2009 UTC revision 2393 by kumaneko, Mon Apr 6 05:24:05 2009 UTC
# Line 1804  Fix 2009/01/05 Line 1804  Fix 2009/01/05
1804        As remove_arg_zero() uses kmap_atomic(KM_USER0), I modified to use        As remove_arg_zero() uses kmap_atomic(KM_USER0), I modified to use
1805        kmap_atomic(KM_USER0) rather than kmap().        kmap_atomic(KM_USER0) rather than kmap().
1806    
     @ Relocate definitions and functions.  
   
       To reduce exposed symbols, I relocated some definitions and functions.  
   
1807  Fix 2009/01/28  Fix 2009/01/28
1808    
1809      @ Fix "allow_read" + "allow_write" != "allow_read/write" problem.      @ Fix "allow_read" + "allow_write" != "allow_read/write" problem.
# Line 1874  Fix 2009/03/18 Line 1870  Fix 2009/03/18
1870    
1871      @ Insert ccs_check_ioctl_permission() call.      @ Insert ccs_check_ioctl_permission() call.
1872    
1873        To enable MAC_FOR_IOCTL functionality work, I inserted        To make MAC_FOR_IOCTL functionality working, I inserted
1874        ccs_check_ioctl_permission() call into ccs-patch-\*.diff .        ccs_check_ioctl_permission() call into ccs-patch-\*.diff .
1875    
1876  Fix 2009/03/23  Fix 2009/03/23
# Line 1888  Fix 2009/03/23 Line 1884  Fix 2009/03/23
1884    
1885        To reduce exposed symbols, I relocated some definitions and functions.        To reduce exposed symbols, I relocated some definitions and functions.
1886    
1887  Version 1.6.7 2009/??/??   Feature enhancement release.  Fix 2009/03/24
1888    
1889        @ Add CONFIG_TOMOYO_BUILTIN_INITIALIZERS option.
1890    
1891          Some systems don't have /sbin/modprobe and /sbin/hotplug .
1892          Thus, I made these pathnames configurable.
1893    
1894    Version 1.6.7 2009/04/01   Feature enhancement release.
1895    
1896    Fix 2009/04/06
1897    
1898        @ Drop "undelete domain" command.
1899    
1900          I added "undelete domain" command on 2007/01/19, but never used by policy
1901          management tools. The garbage collector I added on 2007/01/29 will
1902          automatically reuse memory and allow administrators switch domain policy
1903          periodically, provided that the administrators kills processes in old
1904          domains before recreating new domains with the same domainnames.
1905    
1906          Thus, I dropped "undelete domain" command.
1907    
1908        @ Escape invalid characters in ccs_check_mount_permission2().
1909    
1910          ccs_check_mount_permission2() was passing unencoded strings to printk()
1911          and ccs_update_mount_acl() and ccs_check_supervisor(). This may cause
1912          /proc/ccs/system_policy and /proc/ccs/query to contain invalid
1913          characters within a string.

Legend:
Removed from v.2298  
changed lines
  Added in v.2393

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