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 2271 by kumaneko, Wed Mar 18 03:59:36 2009 UTC revision 2298 by kumaneko, Mon Mar 23 01:27:04 2009 UTC
# Line 1856  Fix 2009/03/18 Line 1856  Fix 2009/03/18
1856        functionality.        functionality.
1857    
1858        This functionality requires modification of ccs-patch-\*.diff .        This functionality requires modification of ccs-patch-\*.diff .
       Therefore, this functionality will not work if you are using old  
       ccs-patch-\*.diff .  
1859    
1860      @ Use better name for socket's pathname.      @ Use better name for socket's pathname.
1861    
# Line 1866  Fix 2009/03/18 Line 1864  Fix 2009/03/18
1864        access control. Therefore, I modified to represent socket's pathname as        access control. Therefore, I modified to represent socket's pathname as
1865        "socket:[family=\$:type=\$:protocol=\$]" format.        "socket:[family=\$:type=\$:protocol=\$]" format.
1866    
1867        This will help administrator control ioctl() against sockets more        This will help administrator to control ioctl() against sockets more
1868        precisely.        precisely.
1869    
1870        @ Fix misplaced ccs_capable() call.  (only 2.6.8-\* and 2.6.9-\*)
1871    
1872          Location to insert ccs_capable(TOMOYO_SYS_IOCTL) in sys_ioctl() was
1873          wrong since version 1.1 .
1874    
1875        @ Insert ccs_check_ioctl_permission() call.
1876    
1877          To enable MAC_FOR_IOCTL functionality work, I inserted
1878          ccs_check_ioctl_permission() call into ccs-patch-\*.diff .
1879    
1880    Fix 2009/03/23
1881    
1882        @ Move sysctl()'s check from ccs-patch-\*.diff to fs/tomoyo_file.c .
1883    
1884          Since try_parse_table() in kernel/sysctl.c is almost identical between
1885          all versions, I moved that function to fs/tomoyo_file.c .
1886    
1887        @ Relocate definitions and functions.
1888    
1889          To reduce exposed symbols, I relocated some definitions and functions.
1890    
1891  Version 1.6.7 2009/??/??   Feature enhancement release.  Version 1.6.7 2009/??/??   Feature enhancement release.

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

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