After reading through XACE-Spec.txt, then looking through all the code I found the below comment, not to make sense. I think it needs to be changed to "adjust" due to the Property access mode bits giving info on adjusting different modes etc..(but could be wrong).
Signed-off-by: Justin P. Mattock <[email protected]> --- include/dixaccess.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/dixaccess.h b/include/dixaccess.h index 7180acd..1628769 100644 --- a/include/dixaccess.h +++ b/include/dixaccess.h @@ -16,7 +16,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * to several of the dix lookup functions. They were originally part * of the Security extension, now used by XACE. * - * You can or these values together to indicate multiple modes + * You can adjust these values together to indicate multiple modes * simultaneously. */ -- 1.7.2.1 _______________________________________________ [email protected]: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: [email protected]
