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

Subversion リポジトリの参照

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

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

revision 1561 by kumaneko, Tue Sep 9 04:29:07 2008 UTC revision 1578 by kumaneko, Thu Sep 11 03:40:09 2008 UTC
# Line 1569  Fix 2008/09/09 Line 1569  Fix 2008/09/09
1569        a process which violated policy, administrator can update policy while        a process which violated policy, administrator can update policy while
1570        the process is sleeping. This "try again" response allows administrator        the process is sleeping. This "try again" response allows administrator
1571        to restart policy checks from the beginning after updating policy.        to restart policy checks from the beginning after updating policy.
1572    
1573    Fix 2008/09/11
1574    
1575        @ Remember whether the process is allowed to write to /proc/ccs/ interface.
1576    
1577          Since programs for manipulating policy (e.g. ccs-queryd ) are installed
1578          in the form of RPM/DEB packages, these programs lose the original
1579          pathnames when they are updated by the package manager. The package
1580          manager renames these programs before deleting these programs so that
1581          the package manager can rollback the operation.
1582          This causes a problem when the programs are listed into /proc/ccs/manager
1583          using pathnames, as the programs will no longer be allowed to write to
1584          /proc/ccs/ interface while the process of old version of the program is
1585          alive.
1586    
1587          To solve this problem, I modified to remember the fact that the process
1588          is once allowed to write to /proc/ccs/ interface until the process
1589          attempts to execute a different program.
1590          This change makes it impossible to revoke permission to write to
1591          /proc/ccs/ interface without killing the process, but it will be better
1592          than nonfunctioning ccs-queryd program.

Legend:
Removed from v.1561  
changed lines
  Added in v.1578

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