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 1260 by kumaneko, Thu Jun 5 07:18:45 2008 UTC revision 1319 by kumaneko, Sun Jun 22 03:31:36 2008 UTC
# Line 1461  Fix 2008/06/05 Line 1461  Fix 2008/06/05
1461        information, /proc/ccs/query doesn't contain it.        information, /proc/ccs/query doesn't contain it.
1462        To be able to utilize ccs-queryd and ccs-notifyd more, I added it into        To be able to utilize ccs-queryd and ccs-notifyd more, I added it into
1463        /proc/ccs/query .        /proc/ccs/query .
1464    
1465    Fix 2008/06/10
1466    
1467        @ Allow using patterns for globally readable files.
1468    
1469          To allow users specify locale specific files to globally readable files,
1470          I relaxed checking in update_globally_readable_entry().
1471    
1472        @ Move ALLOW_ENFORCE_GRACE=enabled checking to write_answer().
1473    
1474          To allow users use ccs-notifyd without turning ALLOW_ENFORCE_GRACE on,
1475          I moved it from ccs_check_supervisor() to write_answer().
1476    
1477    Fix 2008/06/11
1478    
1479        @ Remove ALLOW_ENFORCE_GRACE parameter.
1480    
1481          Since unexpected requests caused by doing software updates can happen
1482          in all profiles, users likely have to write ALLOW_ENFORCE_GRACE=enabled
1483          to all profiles. And it makes meaningless to allow users to selectively
1484          enable specific profile's ALLOW_ENFORCE_GRACE parameter.
1485          So, I removed ALLOW_ENFORCE_GRACE parameter.
1486          Now, the system behaves as if ALLOW_ENFORCE_GRACE=enabled is specified.
1487          The behavior of "delayed enforcing" mode is defined in the following
1488          order.
1489    
1490          (1) The requests are rejected immediately if nobody is opening
1491              /proc/ccs/query interface.
1492          (2) The requests will be rejected in 10 seconds if somebody other than
1493              ccs-queryd (such as less(1)) is opening /proc/ccs/query interface,
1494              for such process doesn't write dummy decisions.
1495    
1496    Fix 2008/06/22
1497    
1498        @ Pass escaped pathname to audit_execute_handler_log().
1499    
1500          I was passing unescaped pathname to audit_execute_handler_log()
1501          which causes /proc/ccs/grant_log contain whitespace characters
1502          if execute handler's pathname contains whitespace characters.
1503    
1504    Version 1.6.2 2008/??/??   Usability enhancement release.

Legend:
Removed from v.1260  
changed lines
  Added in v.1319

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