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 4808 by kumaneko, Sun Apr 3 07:24:34 2011 UTC revision 4978 by kumaneko, Wed May 11 03:31:29 2011 UTC
# Line 2828  Fix 2011/04/03 Line 2828  Fix 2011/04/03
2828        mode cannot undo overwriting the file. Regarding CentOS 6.0 kernels,        mode cannot undo overwriting the file. Regarding CentOS 6.0 kernels,
2829        due to different ACC_MODE definition, TOMOYO was by error needlessly        due to different ACC_MODE definition, TOMOYO was by error needlessly
2830        checking "file read" permission when fcntl() was requested.        checking "file read" permission when fcntl() was requested.
2831    
2832    Fix 2011/04/20
2833    
2834        @ Remove unused "struct inode *" parameter from hooks.
2835    
2836          Since pre-vfs functions were removed on 2010/09/18, "struct inode *"
2837          parameter which was used for checking parent directory's DAC permission
2838          is no longer used.
2839    
2840          Note that "struct ccsecurity_operations ccsecurity_ops" has changed.
2841          Loadable kernel modules that depends on it need to be rebuilt.
2842    
2843    Fix 2011/05/05
2844    
2845        @ Fix wrong profile number in audit logs for "misc env" permission.
2846    
2847          Profile number used for "file execute" permission was by error reused
2848          when generating audit logs for "misc env" permission.
2849    
2850    Fix 2011/05/11
2851    
2852        @ Fix wrong domainname validation.
2853    
2854          "<kernel>" + "/foo/\" + "/bar" was by error checked when
2855          "<kernel> /foo/\* /bar" was given. As a result, legal domainnames like
2856          "<kernel> /foo/\* /bar" are rejected.

Legend:
Removed from v.4808  
changed lines
  Added in v.4978

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