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

Subversion リポジトリの参照

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

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

revision 1012 by kumaneko, Mon Mar 3 05:07:11 2008 UTC revision 1014 by kumaneko, Tue Mar 4 01:58:08 2008 UTC
# Line 1277  Fix 2008/03/03 Line 1277  Fix 2008/03/03
1277        to the caller to tell the execute request was rejected,        to the caller to tell the execute request was rejected,
1278        this is more flexible approach than in-kernel execve() parameter        this is more flexible approach than in-kernel execve() parameter
1279        checking because we can do argv[] and envp[] checking easily.        checking because we can do argv[] and envp[] checking easily.
1280    
1281    Fix 2008/03/04
1282    
1283        @ Use string for access control mode.
1284    
1285          An integer expression for access control mode sometimes confuses
1286          administrators because profile number is also an integer expression.
1287          To avoid confusion between profile number and access control mode,
1288          I introduced a string expression for access control mode.
1289    
1290            Modes which take an integer between 0 and 3.
1291    
1292              0 -> disabled
1293              1 -> learning
1294              2 -> permissive
1295              3 -> enforcing
1296    
1297            Modes which take 0 or 1.
1298    
1299              0 -> disabled
1300              1 -> enabled

Legend:
Removed from v.1012  
changed lines
  Added in v.1014

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