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

Subversion リポジトリの参照

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

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

revision 855 by kumaneko, Tue Dec 18 07:13:08 2007 UTC revision 856 by kumaneko, Thu Jan 3 07:16:18 2008 UTC
# Line 1106  Fix 2007/12/18 Line 1106  Fix 2007/12/18
1106      @ Change log format.      @ Change log format.
1107    
1108        Profile number and mode is added in audit logs.        Profile number and mode is added in audit logs.
1109    
1110    Fix 2008/01/03
1111    
1112        @ Change directive for file's read/write/execute permission.
1113    
1114          Directives for file's read/write/execute permissions were
1115          4/2/1 respectively. But for easier understanding, they are now
1116          replaced by read/write/execute (e.g. "allow_read" instead of "4").
1117          But for easier inputting, 4/2/1 are still accepted instead of
1118          allow_read/allow_write/allow_execute respectively.
1119    
1120        @ Change internal data structure.
1121    
1122          Since I don't have more than 32 types of capability permissions and
1123          16 types of file permissions, I combined them using bit-fields.
1124    
1125          Each entry had a field for conditional permission support.
1126          But since this field is unlikely used, I separated the field from
1127          common part.
1128    
1129          These changes will reduce memory used by policy.

Legend:
Removed from v.855  
changed lines
  Added in v.856

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