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

Subversion リポジトリの参照

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

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

revision 1255 by kumaneko, Wed Jun 4 03:11:54 2008 UTC revision 1279 by kumaneko, Tue Jun 10 05:00:29 2008 UTC
# Line 1445  Fix 2008/06/04 Line 1445  Fix 2008/06/04
1445        by /etc/ccs/ccs-post-init , I stopped using the close() request.        by /etc/ccs/ccs-post-init , I stopped using the close() request.
1446        The policy loader no longer need to access /proc/ccs/meminfo to notify        The policy loader no longer need to access /proc/ccs/meminfo to notify
1447        the kernel that loading policy has finished.        the kernel that loading policy has finished.
1448    
1449    Fix 2008/06/05
1450    
1451        @ Fix realpath for pipes and sockets.
1452    
1453          Kernel 2.6.22 and later use different method for calculating d_path().
1454          Since fs/realpath.c didn't notice the change, the realpath of pipes
1455          appeared as "pipe:" rather than "pipe:[\$]" when they are opened via
1456          /proc/PID/fd/ directory.
1457    
1458        @ Add process's information into /proc/ccs/query .
1459    
1460          While /proc/ccs/grant_log and /proc/ccs/reject_log contain process's
1461          information, /proc/ccs/query doesn't contain it.
1462          To be able to utilize ccs-queryd and ccs-notifyd more, I added it into
1463          /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().

Legend:
Removed from v.1255  
changed lines
  Added in v.1279

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