Drawing lines, rectangles and circles as objects onto a JPanel.

Hi. I have to complete a task in school. The work is to create some simple 2D graphical editor. I'm new to java and I have some problems with this job, so I'm looking for help where it is possible...
I created a JFrame and using it as a window. Into this JFrame I've added a toolbox (JToolBox) and "drawpad" - a JPanel. The toolbox wasn't any problem, but I aim to use the JPanel for drawing 2D objects. I tought about creating some container of objects, where I could put lines, rectangles or circles, each one with its properties (color, [x; y] coordinates on the scene, filling and drawing width) and then, draw this scene onto the JPanel.
It should be something like windows Paintbrush. Can be simplier, but including the possibility to move and change properties of drawn objects.

Well, there are two approaches to this that come to mind:
1. Create an image. If this program is supposed to be like Windows Paint, the tools you are describing are only there for the sake of modifying a two dimensional image. In that case, I would recommend using a BufferedImage.
The JPanel can contain a single JLabel. The JLabel is constructed in the following fashion:
JLabel image_label = new JLabel(new ImageIcon(bufferedImage));...where bufferedImage is the image on which you will be storing the data. You can use bufferedImage.getGraphics() to get an object which will quite happily draw geometric shapes for you. Then, after each draw, you tell the panel to repaint itself.
2. Store the shapes and create a component to draw them for you. You'd create a new JComponent class that would accept objects representing geometric shapes. You then override the paintComponent method on this new class to have it render itself according to the contents of the geometry objects. It would also probably be advisable to have all of these classes implement a common interface (which you would also create) so the rendering component could treat them identically.

Similar Messages

  • I would like to find a program to draw lines, shapes and words for my iMac.

    If anyone can help me find a program or App for my iMac that lets me draw lines, shapes and letters.
         Thank You
         Sandy

    http://www.sketchup.com/
    Try this it is a free download and it is a great program. I almost feel guilty not paying anything:)

  • Detecting intersections between rectangles and circles

    Hello,
    I'm experimenting with collision detection for a game I plan to make. I'm looking into the Rectangle class because it has an intersects() method that would be great for detecting collisions. But now I'm wondering a couple things:
    1) Searching through the swing and awt APIs, I have not found an equivalent class for circles. Is there one or something like it?
    2) The intersects() method for the Rectangle class seems to require another Rectangle (or rectangular coordinates and dimensions). There isn't anything equivalent to testing for intersection with a circle is there?

    Note: This thread was originally posted in the Abstract Window Toolkit (AWT) forum, but moved to this forum for closer topic alignment.Thanks for moving it. I was torn between this forum and the AWT one. Now I know that questions about the Rectangle, Ellipse2D, Shape, etc. classes belong here.
    Check out java.awt.geom.Areadb>
    Anything that derives from the Shape interface will likely work, including Ellipse2D, the class you're likely looking for.Interface Shape
    Class Ellipse2D
    Class Ellipse2D.Double
    >
    These are great classes to know about. Thanks.
    So I can created a bounding "box" for a circular entity using Ellipse2D and it has the method intersects(double x, double y, double w, double h) which tells me whether the specified rectangle intersects this ellipse.
    However, I'm not finding a counterpart for this for Rectangles (i.e. something like Rectangle.intersects(Ellipse)).
    On the other hand, I'm wondering if this will work instead (and if it does, it should work for detecting intersections of any shape with any shape):
    1) Create two Area objects from my Rectangle and my Ellipse2D.
    2) call Area1.intersect(Area2)
    Area1 will now be the intersection between it's previous state and that of Area2. Therefore, if they did indeed intersect, the new area should be non-zero; otherwise, zero. Therefore...
    3) call Area1.isEmpty();
    If original Areas did intersect, this should return false; true otherwsie.
    The only thing I'm not sure about is whether this is in fact what Area.isEmpty() computes. The description in the API doc is not all that clear:
    Tests whether this Area object encloses any area.which sounds like it returns true is the enclosed area is zero, which would be the case if the original Areas didn't intersect.
    Am I on the right track?
    Edited by: gib65 on Jul 5, 2010 9:01 AM

  • Illustrator rectangle tool only drawing tilted rectangles and squares?

    Help! I opened Illustrator this morning and out of no where the rectangle tool went rogue.
    I have never had this issue and do not see a problem with the view (i.e. perspective grid).
    What could have happened? How do i fix this?
    Please and thank you!

    cattle,
    Edit>Preferences>General>Constrain Angle should be 0.

  • I can't drag and drop text objects onto a report

    now i cant seem to insert anything on to an existing report, i am very new to crystal and have searched a couple of forums, i will keep searching the forums, but if someone has a link or any advice that would be great, maybe its a setting i unknowingly have checked?

    If you selected Read only option for the report. Change the option using :
    File->Report options-> (un check "Read only")
    If you are not able to drag fields on only sections. then go to section expert and if a particular section is selected as read only,then remove the read only option there.
    I hope this may help you.
    Regards,
    Parsa.

  • Draw multiple rectangles with mouse and allow exclusion of individual rectangles

    Hi,
    I have the following AS code to draw a single rectangle using mouse, but I need a different code that allows drawing multiple rectangles and the selection/exclusion of individual rectangles like a modeling tool (eg.: MS Visio).
    Can you help me?
    Thanks.

    What if I use MovieClips as the rectangle? When the click occurs, a new MovieClip is added dynamically to stage and when the user clicks right in a MovieClip's border it can be deleted.
    I'll try this way. And if you have any suggestions please let me know.
    Thanks.
    PS: This is the code I just forgot to include in the past post.
    const CANVAS:Graphics = graphics;
    var _dragging:Boolean = false;
    var _corner:Point;
    stage.addEventListener(MouseEvent.MOUSE_DOWN, setAnchor);
    stage.addEventListener(MouseEvent.MOUSE_UP, completeRect);
    function setAnchor(e:MouseEvent):void{
        if(!_dragging){
            CANVAS.clear();
            _corner = new Point(e.stageX, e.stageY);
            _dragging = true;
            stage.addEventListener(MouseEvent.MOUSE_MOVE, liveDrag);
    function completeRect(e:MouseEvent):void{
        if(_dragging){    
            _dragging = false;
            stage.removeEventListener(MouseEvent.MOUSE_MOVE, liveDrag);
            CANVAS.lineStyle(0, 0, 0);
            CANVAS.beginFill(0x222222)
            CANVAS.drawRect(_corner.x, _corner.y, e.stageX - _corner.x, e.stageY - _corner.y);
    function liveDrag(e:MouseEvent):void{
        CANVAS.clear();
        CANVAS.lineStyle(0, 0x999999);
        CANVAS.drawRect(_corner.x, _corner.y, e.stageX - _corner.x, e.stageY - _corner.y);

  • Form draw line error

    Hi exprts:
      I'm using se71 to draw 2 line, and 2 column automaticcally generated on the edge. It's like a box, I don't know how to cancel the 2 column, thanks in advance.
    Allen

    Hi.
    look for the Box command....
    Check the Box command syntax below:
    BOX Command
    Syntax
    /: BOX XPOS YPOS WIDTH HEIGHT FRAME INTENSITY
    Effect: draws a box of the specified size at the specified position.
    Parameters: For each of XPOS, YPOS, WIDTH, HEIGHT, and FRAME, you must specify both a measurement and a unit of measurement. Specify the INTENSITY parameter as a percentage between 0 and 100.
    XPOS, YPOS
    Upper left corner of the box, relative to the values of the POSITION command.
    Default: Values specified in the POSITION command.
    The following calculation is performed internally to determine the absolute output position of a box on the page:
    X(abs) = XORIGIN + XPOS
    Y(abs) = YORIGIN + YPOS
    WIDTH
    Width of the box. Default: WIDTH value of the SIZE command.
    HEIGHT
    Height of the box. Default: HEIGHT value of the SIZE command.
    FRAME
    Thickness of frame.
    Default: 0 (no frame).
    INTENSITY
    Grayscale of box contents as %.
    Default: 100 (full black)
    Measurements: You must specify decimal numbers as literal values (like ABAP numeric constants) by enclosing them in inverted commas. Use the period as the decimal point character. See also the examples listed below.
    Units of measurement: The following units of measurement may be used:
    TW (twip)
    PT (point)
    IN (inch)
    MM (millimeter)
    CM (centimeter)
    LN (line)
    CH (character).
    The following conversion factors apply:
    1 TW = 1/20 PT
    1 PT = 1/72 IN
    1 IN = 2.54 CM
    1 CM = 10 MM
    1 CH = height of a character relative to the CPI specification in the form header
    1 LN = height of a line relative to the LPI specification in the form header
    /: BOX FRAME 10 TW
    Draws a frame around the current window with a frame thickness of 10 TW (= 0.5 PT).
    /: BOX INTENSITY 10
    Fills the window background with shading having a gray scale of 10 %.
    /: BOX HEIGHT 0 TW FRAME 10 TW
    Draws a horizontal line across the complete top edge of the window.
    /: BOX WIDTH 0 TW FRAME 10 TW
    Draws a vertical line along the complete height of the left hand edge of the window.
    /: BOX WIDTH '17.5' CM HEIGHT 1 CM FRAME 10 TW INTENSITY 15
    /: BOX WIDTH '17.5' CM HEIGHT '13.5' CM FRAME 10 TW
    /: BOX XPOS '10.0' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW
    /: BOX XPOS '13.5' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW
    Draws two rectangles and two lines to construct a table of three columns with a highlighted heading section.

  • Lines above and below the total values

    Hi All,
    This is for an invoice. I display line items and then the totals. I want to draw lines above and below the total values. i am able to underline the total values using the paragraph formats but that will give only lines below the values. how can I get the lines above and below the values in correct proportions? Please give me some ideas on how to do this.
    Thank you,
    Prathima.

    Prathima,
    You should not be using ULINE and VLINE commands here. Instead you have to declare boxes.
    /:           BOX FRAME 10 TW
    /:           BOX XPOS  '3.0' CM  WIDTH 0 TW FRAME 10 TW
    /:           BOX XPOS  '6.0' CM  WIDTH 0 TW FRAME 10 TW
    /:           BOX XPOS  '9.0' CM  WIDTH 0 TW FRAME 10 TW
    /:           BOX XPOS '12.0' CM  WIDTH 0 TW FRAME 10 TW
    Using boxes is advantageous in a lot of ways as you can specify the x and y positions exactly.
    Thanks
    Aneesh.

  • How to identify Path is a  Arc,Line, Rectangle, etc

    I am using DLE API for Images extraction,
    GIS images contains Layer basis,
    It extract Raster image sucessfully, and other images show as a Path.
    May i get some info regarding to identify Path has Arc,Rectangle,Line,curve...

    Thanks All,
    yes exactly its knows about lines,rectangles and curve.
    I can create different structure of Path using addCurve(), addLine(Point Point) , addRect(Point Point, double Width, double Height) .......... APIs
    now i want extract all those Path co-ordinate or Point and identify which is rectangle, Line , curve.......
    I had lot of algorithmic analysis on the data.
    but unable to identify........
    Please may i get any clue......

  • I would like to cut and paste information from a word file onto a pdf file, as well as draw lines onto the pdf file.  How can I accomplish that task?  Is there software I can purchase?

    I would like to cut and paste information from a word file onto a pdf file, as well as draw lines onto the pdf file.  How can I accomplish that task?  Is there software I can purchase?

    Hi jgallu7382,
    The latter is easily accomplished using the Drawing Markup tools, which are available in both the free Adobe Reader, and in Acrobat. Copying/pasting text into the PDF is something that you could do using the editing tools that are available only in Acrobat. Note, however, that Acrobat isn't intended to be a text-editing application, so editing there won't be as robust as in an application designed specifically for that purpose. (It's also worth mentioning that you won't be able to alter a PDF if it has document permissions applied that would prevent you from doing so.)
    I hope that answers your questions.
    Best,
    Sara

  • Want to draw some rectangles inside a swing panel object

    HI,
    I want to draw some rectangles inside one JPanel object in swing. The JPanel object should also hold some buttons, labels, etc.. I can add simple buttons, label etc. easily to the panel object but how do I add graphics (like lines, rectangles) to it ??
    an immediate response would be highly appreciated!!

    I am not sure why you are talking about the rectangle.
    To repeat I fill in a bit of code (subject to compiler errors since I Do not have a machine where I can compile or test on at the moment):
      private class ColourCube extends JPanel 
         // The size of each rectangle with colour
         private static final int ROWS = 10;
         private static final int COLS = 10;
         // To store current selection
         private int selectedIndex[] = null;
         public ColourCube()
             addMouseListener( new MouseAdapter() {
                public void mouseReleased(MouseEvent me)
                   // Find the rectangle index by dividing
                   // x and y positions then set selectedIndex
                   // unless it is the same positions as previous
                   // then set it to be null
                   fireActionEvent();
         // needed listener methods for firing events
         public void addActionListener( ActionListener al)
            // add to list
         // remove etc....
         protected void fireActionEvent()
            // Construct action event
            // call actionPerformed( ae ) on all listeners
         public void paintComponent(Graphics g)
             // Depending on size and height of this component
             // calculate out colWidth and rowHeight
             // Loop and paint the rectangles in their different colours
             for(int i = 0; i < ROWS; i++)
                for(int j = 0; j < COLS; j++)
                   // set the colour to the graphics object here from the list of colours available
                   g.setColor( ... );
                   // Added a little bit extra to have some space between
                   // each rectangle
                   g.fillRect( i * rowHeight + 1, j * colWidth + 1, colWidth - 2, rowHeight - 2 );
             if( selectedIndex != null )
                // We have a selection, lets paint the selection
                g.setColor( Color.white ); // Selection colour
                // The index contains the row in index 0 and the col in index 1
                g.drawRect( selectedIndex[0] * rowHeight, selectedIndex[1] * colWidth, colWidth, rowHeight );
      }Lacking from the above component is lacking stuff like preferedSize.
    Now, all you do is instantiate the ColourChooser, add it to your applet iether by drag and drop if you have an WYSIWYG editor, or by hand if you are so inclined.
    Voila! A composite component appears, doing the stuff it needs to be doing.
    Regards,
    Peter Norell

  • Draw rectangle and apply fill color

    Hi
    anyone help me to draw rectangle outside artboard and apply fill color
    i want to draw 10 rectangle of same size and apply fill color using javascript
    Thak you
    appu

    Now that I am addressing the path items and text items of the group separately I am having some success. Now I am having difficulty getting the correct terms for assigning a Spot Color to the file. Here is a piece of the script.
    This works:
    tell application "Adobe Illustrator"
    set openDoc to document 1
    set ftClr1 to (first group item whose note is "Front3") of openDoc
    set ftClr1Paths to path items of ftClr1
    repeat with thisPath in ftClr1Paths
    set fill color of thisPath to {red:255}
    end repeat
    set textFrames to text frames of ftClr1
    repeat with thistext in textFrames
    set fill color of every line of thistext to {red:255}
    end repeat
    end tell
    Need help to set the fill color to a Spot Color that already exists in Swatches.
    Thanks
    Nick

  • I have a line drawing (black on white paper) i have scanned and need to make the white paper transparent, maintaining the line drawing, can i and then HOW can i do this in PS?

    i have a line drawing (black on white paper) i have scanned and need to make the white paper transparent, maintaining the line drawing, can i and then HOW can i do this in PS? this is for my business logo. ive used it for years but with a solid background. id like to have it just be the drawing over my photos with a transparent background.

    First let me apologize for posting a reply that was only suitable for advanced users.  Photoshop is broad and powerful therefore has a huge learning curve.  In fact I would state no one knows and uses all of Photoshop.  When we first get Photoshop it intimidate us and we're very uncomfortable using it.  Many thing are not intuitive there in much learning involved.  After some time we begin to know something and we are able to do some thing.  Learning become rapid and we start playing in Photoshop.  It is very important to play with Photoshop.  Playing with Photoshop and asking for help with in forums like this IMO is the best way to learn. 
    Photoshop Power lies in layers, selection and automation.  However it takes knowledge to use photoshop well so most powerful tool you have ins Photoshop is the gray matter between your ears.  Most at one time or another want to watermark or put a logo on their image.  So its best to automate this process. All run into a problem in the process. "Size"  We find our assets vary in size and aspect ratios. Landscape, Portraits, Panoramas and others. This complicates automation.  Vector graphics works best when size vary greatly.  If you can not work out how to create a vector solution like a custom shape.  Create your Logo and watermark large thing scale down better the up. Text scale well for text uses vectors graphics however if you rasterize text it will not scale well.
    I do not type or do English well so let me do some screen captures.  I can not stress enough how important Black, White, Grays and Blending is when it come to image processing.  Become friends with Multiply, Screen, Overlay and Luminosity blending.....
    However when there is a white or black background though you can blend them you can not add a style like a drop shadow, emboss or make it invisible setting fill to 0 so only the style is visible.  When there is contrast between the logo and background it is easy to separate the two. To select the background and delet it to have the logo with a transparent background.  Many tools can be used to create the selection hee I use my action kill white.
    Vector Shape would work better for scaling However it would be best to create the logo from scratch in a vector program like illustrator but I never had the resources to justify the Creative suite. I only had Photoshop.  Recently Adobe gave me and other a year subscription to the creative suite for our participation here.  I still have not installed anything but Photoshop,  A while back I found a program that can create vector patf for black and white art work.  It will not be as good as using something like illustrator. However vector paths can be edited in Photoshop and cleaned up some. Here is the PSD it 13MB because od the gradient http://www.mouseprints.net/old/dpr/AmPm24-7.psd

  • The apps I created from "add to homescreen" have turned white and have a few lines and circles in it. How can I get the picture back on them?

    The apps I created from "add to homescreen" have turned white and have a few lines and circles in it. How can I get the picture back on them?

    Those aren't apps; they're bookmarks to websites. Have you tried resetting your device by pressing and holding the Home button and power button until the silver apple appears? If all else fails, you can just re-do the shortcuts.

  • Blue Lines rectangle following cursor and all Application freezes - snow leopard

    hello,
    i have a big problem with my macbook pro
    when snow leopard 10.6.8 startup, gray screen appers and freezes.
    what did i :
    1 - i tried to boot from Install DVD but blue screen appears and freezes.
    2- i booted from external HD in safe mode and i erased my HD by disk utility and i installed clean os from external HD  ( in safe mode - blue lines around the cursor - see the picture)
    but the problem still,
    i booted in safe mode and i updated the os to 10.6.8, and the problem still,
    3- i reset the SMC and PRAM and EFI. and same problem
    4- i repaired the disk and permission from ( external HD - safe mode and from single user) , after that the system worked fine and no problems occurred,
    i startup snow leopard normally and every thing fine, but i tried to open any application - blue Lines rectangle following cursor and all Application freezes, but i can move the mouse.
    the problem sometimes happens and sometimes not.
    i opened disk utility and verified disk, the hard disk is ok
    i repaired the disk permission - the disk utility repaired many files successfully (every time i repair the disk permission, same files repaired but not working )
    i tried to install lion os but my mac dual core, lion os mini Req. core 2 .
    - any help please?
    note: there isn't apple support in my country ( Palestine )

    Disk Repair an permission logs:
    Verifying volume “D A M A S”
    Performing live verification.
    Checking Journaled HFS Plus volume.
    Checking extents overflow file.
    Checking catalog file.
    Checking multi-linked files.
    Checking catalog hierarchy.
    Checking extended attributes file.
    Checking volume bitmap.
    Checking volume information.
    The volume D A M A S appears to be OK.
    Repairing permissions for “D A M A S”
    Permissions differ on "System/Library/Extensions/ATI1300Controller.kext/Contents/_CodeSignature/CodeR equirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/ATI1300Controller.kext/Contents/_CodeSignature/CodeR equirements".
    Permissions differ on "System/Library/Extensions/ATI1600Controller.kext/Contents/_CodeSignature/CodeR equirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/ATI1600Controller.kext/Contents/_CodeSignature/CodeR equirements".
    Permissions differ on "System/Library/Extensions/ATI1900Controller.kext/Contents/_CodeSignature/CodeR equirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/ATI1900Controller.kext/Contents/_CodeSignature/CodeR equirements".
    Permissions differ on "System/Library/Extensions/ATI2400Controller.kext/Contents/_CodeSignature/CodeR equirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/ATI2400Controller.kext/Contents/_CodeSignature/CodeR equirements".
    Permissions differ on "System/Library/Extensions/ATI2600Controller.kext/Contents/_CodeSignature/CodeR equirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/ATI2600Controller.kext/Contents/_CodeSignature/CodeR equirements".
    Permissions differ on "System/Library/Extensions/ATI3800Controller.kext/Contents/_CodeSignature/CodeR equirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/ATI3800Controller.kext/Contents/_CodeSignature/CodeR equirements".
    Permissions differ on "System/Library/Extensions/ATI4600Controller.kext/Contents/_CodeSignature/CodeR equirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/ATI4600Controller.kext/Contents/_CodeSignature/CodeR equirements".
    Permissions differ on "System/Library/Extensions/ATI4800Controller.kext/Contents/_CodeSignature/CodeR equirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/ATI4800Controller.kext/Contents/_CodeSignature/CodeR equirements".
    Permissions differ on "System/Library/Extensions/ATIFramebuffer.kext/Contents/_CodeSignature/CodeRequ irements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/ATIFramebuffer.kext/Contents/_CodeSignature/CodeRequ irements".
    Permissions differ on "System/Library/Extensions/ATIRadeonX1000.kext/Contents/PkgInfo", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/ATIRadeonX1000.kext/Contents/PkgInfo".
    Permissions differ on "System/Library/Extensions/ATIRadeonX1000.kext/Contents/_CodeSignature/CodeRequ irements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/ATIRadeonX1000.kext/Contents/_CodeSignature/CodeRequ irements".
    Permissions differ on "System/Library/Extensions/ATIRadeonX2000.kext/Contents/PkgInfo", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/ATIRadeonX2000.kext/Contents/PkgInfo".
    Permissions differ on "System/Library/Extensions/ATIRadeonX2000.kext/Contents/_CodeSignature/CodeRequ irements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/ATIRadeonX2000.kext/Contents/_CodeSignature/CodeRequ irements".
    Permissions differ on "System/Library/Extensions/ATISupport.kext/Contents/_CodeSignature/CodeRequirem ents", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/ATISupport.kext/Contents/_CodeSignature/CodeRequirem ents".
    Permissions differ on "System/Library/Extensions/Accusys6xxxx.kext/Contents/Info.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Accusys6xxxx.kext/Contents/Info.plist".
    Permissions differ on "System/Library/Extensions/Accusys6xxxx.kext/Contents/MacOS/Accusys6xxxx", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Accusys6xxxx.kext/Contents/MacOS/Accusys6xxxx".
    Permissions differ on "System/Library/Extensions/Accusys6xxxx.kext/Contents/Resources/English.lproj/I nfoPlist.strings", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Accusys6xxxx.kext/Contents/Resources/English.lproj/I nfoPlist.strings".
    Permissions differ on "System/Library/Extensions/Accusys6xxxx.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Accusys6xxxx.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/Apple16X50Serial.kext/Contents/MacOS/Apple16X50Seria l", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Apple16X50Serial.kext/Contents/MacOS/Apple16X50Seria l".
    Permissions differ on "System/Library/Extensions/Apple16X50Serial.kext/Contents/PlugIns/Apple16X50ACP I.kext/Contents/MacOS/Apple16X50ACPI", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Apple16X50Serial.kext/Contents/PlugIns/Apple16X50ACP I.kext/Contents/MacOS/Apple16X50ACPI".
    Permissions differ on "System/Library/Extensions/Apple16X50Serial.kext/Contents/PlugIns/Apple16X50ACP I.kext/Contents/_CodeSignature/CodeDirectory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Apple16X50Serial.kext/Contents/PlugIns/Apple16X50ACP I.kext/Contents/_CodeSignature/CodeDirectory".
    Permissions differ on "System/Library/Extensions/Apple16X50Serial.kext/Contents/PlugIns/Apple16X50ACP I.kext/Contents/_CodeSignature/CodeResources", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Apple16X50Serial.kext/Contents/PlugIns/Apple16X50ACP I.kext/Contents/_CodeSignature/CodeResources".
    Permissions differ on "System/Library/Extensions/Apple16X50Serial.kext/Contents/PlugIns/Apple16X50ACP I.kext/Contents/_CodeSignature/CodeSignature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Apple16X50Serial.kext/Contents/PlugIns/Apple16X50ACP I.kext/Contents/_CodeSignature/CodeSignature".
    Permissions differ on "System/Library/Extensions/Apple16X50Serial.kext/Contents/PlugIns/Apple16X50ACP I.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Apple16X50Serial.kext/Contents/PlugIns/Apple16X50ACP I.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/Apple16X50Serial.kext/Contents/_CodeSignature/CodeDi rectory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Apple16X50Serial.kext/Contents/_CodeSignature/CodeDi rectory".
    Permissions differ on "System/Library/Extensions/Apple16X50Serial.kext/Contents/_CodeSignature/CodeRe sources", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Apple16X50Serial.kext/Contents/_CodeSignature/CodeRe sources".
    Permissions differ on "System/Library/Extensions/Apple16X50Serial.kext/Contents/_CodeSignature/CodeSi gnature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Apple16X50Serial.kext/Contents/_CodeSignature/CodeSi gnature".
    Permissions differ on "System/Library/Extensions/Apple16X50Serial.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Apple16X50Serial.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleAPIC.kext/Contents/MacOS/AppleAPIC", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleAPIC.kext/Contents/MacOS/AppleAPIC".
    Permissions differ on "System/Library/Extensions/AppleAPIC.kext/Contents/_CodeSignature/CodeDirectory ", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleAPIC.kext/Contents/_CodeSignature/CodeDirectory ".
    Permissions differ on "System/Library/Extensions/AppleAPIC.kext/Contents/_CodeSignature/CodeResources ", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleAPIC.kext/Contents/_CodeSignature/CodeResources ".
    Permissions differ on "System/Library/Extensions/AppleAPIC.kext/Contents/_CodeSignature/CodeSignature ", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleAPIC.kext/Contents/_CodeSignature/CodeSignature ".
    Permissions differ on "System/Library/Extensions/AppleAPIC.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleAPIC.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleBMC.kext/Contents/Info.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleBMC.kext/Contents/Info.plist".
    Permissions differ on "System/Library/Extensions/AppleBMC.kext/Contents/MacOS/AppleBMC", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleBMC.kext/Contents/MacOS/AppleBMC".
    Permissions differ on "System/Library/Extensions/AppleBMC.kext/Contents/_CodeSignature/CodeDirectory" , should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleBMC.kext/Contents/_CodeSignature/CodeDirectory" .
    Permissions differ on "System/Library/Extensions/AppleBMC.kext/Contents/_CodeSignature/CodeResources" , should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleBMC.kext/Contents/_CodeSignature/CodeResources" .
    Permissions differ on "System/Library/Extensions/AppleBMC.kext/Contents/_CodeSignature/CodeSignature" , should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleBMC.kext/Contents/_CodeSignature/CodeSignature" .
    Permissions differ on "System/Library/Extensions/AppleBMC.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleBMC.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleBacklight.kext/Contents/_CodeSignature/CodeRequ irements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleBacklight.kext/Contents/_CodeSignature/CodeRequ irements".
    Permissions differ on "System/Library/Extensions/AppleBluetoothMultitouch.kext/Contents/_CodeSignatur e/CodeRequirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleBluetoothMultitouch.kext/Contents/_CodeSignatur e/CodeRequirements".
    Permissions differ on "System/Library/Extensions/AppleFileSystemDriver.kext/Contents/MacOS/AppleFileS ystemDriver", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleFileSystemDriver.kext/Contents/MacOS/AppleFileS ystemDriver".
    Permissions differ on "System/Library/Extensions/AppleFileSystemDriver.kext/Contents/_CodeSignature/C odeDirectory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleFileSystemDriver.kext/Contents/_CodeSignature/C odeDirectory".
    Permissions differ on "System/Library/Extensions/AppleFileSystemDriver.kext/Contents/_CodeSignature/C odeResources", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleFileSystemDriver.kext/Contents/_CodeSignature/C odeResources".
    Permissions differ on "System/Library/Extensions/AppleFileSystemDriver.kext/Contents/_CodeSignature/C odeSignature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleFileSystemDriver.kext/Contents/_CodeSignature/C odeSignature".
    Permissions differ on "System/Library/Extensions/AppleFileSystemDriver.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleFileSystemDriver.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleGraphicsControl.kext/Contents/_CodeSignature/Co deRequirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleGraphicsControl.kext/Contents/_CodeSignature/Co deRequirements".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAController.ke xt/Contents/_CodeSignature/CodeRequirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAController.ke xt/Contents/_CodeSignature/CodeRequirements".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHardwareConfi gDriver.kext/Contents/_CodeSignature/CodeRequirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHardwareConfi gDriver.kext/Contents/_CodeSignature/CodeRequirements".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleMikeyDriver.kext /Contents/_CodeSignature/CodeRequirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleMikeyDriver.kext /Contents/_CodeSignature/CodeRequirements".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/DspFuncLib.kext/Conte nts/Resources/t2exp.inl", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/DspFuncLib.kext/Conte nts/Resources/t2exp.inl".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/DspFuncLib.kext/Conte nts/_CodeSignature/CodeRequirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/DspFuncLib.kext/Conte nts/_CodeSignature/CodeRequirements".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/IOHDAFamily.kext/Cont ents/_CodeSignature/CodeRequirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/IOHDAFamily.kext/Cont ents/_CodeSignature/CodeRequirements".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/Resources/Dutch.lproj/Localiz able.strings", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/Resources/Dutch.lproj/Localiz able.strings".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/Resources/French.lproj/Locali zable.strings", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/Resources/French.lproj/Locali zable.strings".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/Resources/German.lproj/Locali zable.strings", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/Resources/German.lproj/Locali zable.strings".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/Resources/Italian.lproj/Local izable.strings", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/Resources/Italian.lproj/Local izable.strings".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/Resources/Japanese.lproj/Loca lizable.strings", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/Resources/Japanese.lproj/Loca lizable.strings".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/Resources/Spanish.lproj/Local izable.strings", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/Resources/Spanish.lproj/Local izable.strings".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/Resources/da.lproj/Localizabl e.strings", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/Resources/da.lproj/Localizabl e.strings".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/Resources/fi.lproj/Localizabl e.strings", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/Resources/fi.lproj/Localizabl e.strings".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/Resources/ko.lproj/Localizabl e.strings", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/Resources/ko.lproj/Localizabl e.strings".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/Resources/no.lproj/Localizabl e.strings", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/Resources/no.lproj/Localizabl e.strings".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/Resources/pl.lproj/Localizabl e.strings", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/Resources/pl.lproj/Localizabl e.strings".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/Resources/pt.lproj/Localizabl e.strings", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/Resources/pt.lproj/Localizabl e.strings".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/Resources/pt_PT.lproj/Localiz able.strings", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/Resources/pt_PT.lproj/Localiz able.strings".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/Resources/ru.lproj/Localizabl e.strings", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/Resources/ru.lproj/Localizabl e.strings".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/Resources/sv.lproj/Localizabl e.strings", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/Resources/sv.lproj/Localizabl e.strings".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/Resources/zh_CN.lproj/Localiz able.strings", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/Resources/zh_CN.lproj/Localiz able.strings".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/Resources/zh_TW.lproj/Localiz able.strings", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/Resources/zh_TW.lproj/Localiz able.strings".
    Permissions differ on "System/Library/Extensions/AppleHDA.kext/Contents/_CodeSignature/CodeRequiremen ts", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHDA.kext/Contents/_CodeSignature/CodeRequiremen ts".
    Permissions differ on "System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoot hHIDKeyboard.kext/Contents/_CodeSignature/CodeRequirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoot hHIDKeyboard.kext/Contents/_CodeSignature/CodeRequirements".
    Permissions differ on "System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDKe yboard.kext/Contents/_CodeSignature/CodeRequirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDKe yboard.kext/Contents/_CodeSignature/CodeRequirements".
    Permissions differ on "System/Library/Extensions/AppleHPET.kext/Contents/Info.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHPET.kext/Contents/Info.plist".
    Permissions differ on "System/Library/Extensions/AppleHPET.kext/Contents/MacOS/AppleHPET", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHPET.kext/Contents/MacOS/AppleHPET".
    Permissions differ on "System/Library/Extensions/AppleHPET.kext/Contents/_CodeSignature/CodeDirectory ", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHPET.kext/Contents/_CodeSignature/CodeDirectory ".
    Permissions differ on "System/Library/Extensions/AppleHPET.kext/Contents/_CodeSignature/CodeResources ", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHPET.kext/Contents/_CodeSignature/CodeResources ".
    Permissions differ on "System/Library/Extensions/AppleHPET.kext/Contents/_CodeSignature/CodeSignature ", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHPET.kext/Contents/_CodeSignature/CodeSignature ".
    Permissions differ on "System/Library/Extensions/AppleHPET.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHPET.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleHWSensor.kext/Contents/Info.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHWSensor.kext/Contents/Info.plist".
    Permissions differ on "System/Library/Extensions/AppleHWSensor.kext/Contents/MacOS/AppleHWSensor", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHWSensor.kext/Contents/MacOS/AppleHWSensor".
    Permissions differ on "System/Library/Extensions/AppleHWSensor.kext/Contents/_CodeSignature/CodeDirec tory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHWSensor.kext/Contents/_CodeSignature/CodeDirec tory".
    Permissions differ on "System/Library/Extensions/AppleHWSensor.kext/Contents/_CodeSignature/CodeResou rces", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHWSensor.kext/Contents/_CodeSignature/CodeResou rces".
    Permissions differ on "System/Library/Extensions/AppleHWSensor.kext/Contents/_CodeSignature/CodeSigna ture", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHWSensor.kext/Contents/_CodeSignature/CodeSigna ture".
    Permissions differ on "System/Library/Extensions/AppleHWSensor.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleHWSensor.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleIRController.kext/Contents/Info.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleIRController.kext/Contents/Info.plist".
    Permissions differ on "System/Library/Extensions/AppleIRController.kext/Contents/MacOS/AppleIRControl ler", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleIRController.kext/Contents/MacOS/AppleIRControl ler".
    Permissions differ on "System/Library/Extensions/AppleIRController.kext/Contents/_CodeSignature/CodeD irectory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleIRController.kext/Contents/_CodeSignature/CodeD irectory".
    Permissions differ on "System/Library/Extensions/AppleIRController.kext/Contents/_CodeSignature/CodeR esources", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleIRController.kext/Contents/_CodeSignature/CodeR esources".
    Permissions differ on "System/Library/Extensions/AppleIRController.kext/Contents/_CodeSignature/CodeS ignature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleIRController.kext/Contents/_CodeSignature/CodeS ignature".
    Permissions differ on "System/Library/Extensions/AppleIRController.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleIRController.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleIntelGMA950.kext/Contents/PkgInfo", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleIntelGMA950.kext/Contents/PkgInfo".
    Permissions differ on "System/Library/Extensions/AppleIntelGMA950.kext/Contents/_CodeSignature/CodeRe quirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleIntelGMA950.kext/Contents/_CodeSignature/CodeRe quirements".
    Permissions differ on "System/Library/Extensions/AppleIntelGMAX3100.kext/Contents/PkgInfo", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleIntelGMAX3100.kext/Contents/PkgInfo".
    Permissions differ on "System/Library/Extensions/AppleIntelGMAX3100.kext/Contents/_CodeSignature/Code Requirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleIntelGMAX3100.kext/Contents/_CodeSignature/Code Requirements".
    Permissions differ on "System/Library/Extensions/AppleIntelHDGraphics.kext/Contents/PkgInfo", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleIntelHDGraphics.kext/Contents/PkgInfo".
    Permissions differ on "System/Library/Extensions/AppleIntelHDGraphics.kext/Contents/_CodeSignature/Co deRequirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleIntelHDGraphics.kext/Contents/_CodeSignature/Co deRequirements".
    Permissions differ on "System/Library/Extensions/AppleIntelHDGraphicsFB.kext/Contents/_CodeSignature/ CodeRequirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleIntelHDGraphicsFB.kext/Contents/_CodeSignature/ CodeRequirements".
    Permissions differ on "System/Library/Extensions/AppleKeyswitch.kext/Contents/MacOS/AppleKeyswitch", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleKeyswitch.kext/Contents/MacOS/AppleKeyswitch".
    Permissions differ on "System/Library/Extensions/AppleKeyswitch.kext/Contents/_CodeSignature/CodeDire ctory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleKeyswitch.kext/Contents/_CodeSignature/CodeDire ctory".
    Permissions differ on "System/Library/Extensions/AppleKeyswitch.kext/Contents/_CodeSignature/CodeReso urces", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleKeyswitch.kext/Contents/_CodeSignature/CodeReso urces".
    Permissions differ on "System/Library/Extensions/AppleKeyswitch.kext/Contents/_CodeSignature/CodeSign ature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleKeyswitch.kext/Contents/_CodeSignature/CodeSign ature".
    Permissions differ on "System/Library/Extensions/AppleKeyswitch.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleKeyswitch.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleLSIFusionMPT.kext/Contents/MacOS/AppleLSIFusion MPT", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleLSIFusionMPT.kext/Contents/MacOS/AppleLSIFusion MPT".
    Permissions differ on "System/Library/Extensions/AppleLSIFusionMPT.kext/Contents/_CodeSignature/CodeD irectory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleLSIFusionMPT.kext/Contents/_CodeSignature/CodeD irectory".
    Permissions differ on "System/Library/Extensions/AppleLSIFusionMPT.kext/Contents/_CodeSignature/CodeR esources", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleLSIFusionMPT.kext/Contents/_CodeSignature/CodeR esources".
    Permissions differ on "System/Library/Extensions/AppleLSIFusionMPT.kext/Contents/_CodeSignature/CodeS ignature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleLSIFusionMPT.kext/Contents/_CodeSignature/CodeS ignature".
    Permissions differ on "System/Library/Extensions/AppleLSIFusionMPT.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleLSIFusionMPT.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleMCEDriver.kext/Contents/MacOS/AppleMCEDriver", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleMCEDriver.kext/Contents/MacOS/AppleMCEDriver".
    Permissions differ on "System/Library/Extensions/AppleMCEDriver.kext/Contents/_CodeSignature/CodeDire ctory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleMCEDriver.kext/Contents/_CodeSignature/CodeDire ctory".
    Permissions differ on "System/Library/Extensions/AppleMCEDriver.kext/Contents/_CodeSignature/CodeReso urces", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleMCEDriver.kext/Contents/_CodeSignature/CodeReso urces".
    Permissions differ on "System/Library/Extensions/AppleMCEDriver.kext/Contents/_CodeSignature/CodeSign ature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleMCEDriver.kext/Contents/_CodeSignature/CodeSign ature".
    Permissions differ on "System/Library/Extensions/AppleMCEDriver.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleMCEDriver.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleMatch.kext/Contents/MacOS/AppleMatch", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleMatch.kext/Contents/MacOS/AppleMatch".
    Permissions differ on "System/Library/Extensions/AppleMatch.kext/Contents/_CodeSignature/CodeDirector y", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleMatch.kext/Contents/_CodeSignature/CodeDirector y".
    Permissions differ on "System/Library/Extensions/AppleMatch.kext/Contents/_CodeSignature/CodeResource s", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleMatch.kext/Contents/_CodeSignature/CodeResource s".
    Permissions differ on "System/Library/Extensions/AppleMatch.kext/Contents/_CodeSignature/CodeSignatur e", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleMatch.kext/Contents/_CodeSignature/CodeSignatur e".
    Permissions differ on "System/Library/Extensions/AppleMatch.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleMatch.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleMikeyHIDDriver.kext/Contents/Info.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleMikeyHIDDriver.kext/Contents/Info.plist".
    Permissions differ on "System/Library/Extensions/AppleMikeyHIDDriver.kext/Contents/MacOS/AppleMikeyHI DDriver", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleMikeyHIDDriver.kext/Contents/MacOS/AppleMikeyHI DDriver".
    Permissions differ on "System/Library/Extensions/AppleMikeyHIDDriver.kext/Contents/_CodeSignature/Cod eDirectory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleMikeyHIDDriver.kext/Contents/_CodeSignature/Cod eDirectory".
    Permissions differ on "System/Library/Extensions/AppleMikeyHIDDriver.kext/Contents/_CodeSignature/Cod eResources", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleMikeyHIDDriver.kext/Contents/_CodeSignature/Cod eResources".
    Permissions differ on "System/Library/Extensions/AppleMikeyHIDDriver.kext/Contents/_CodeSignature/Cod eSignature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleMikeyHIDDriver.kext/Contents/_CodeSignature/Cod eSignature".
    Permissions differ on "System/Library/Extensions/AppleMikeyHIDDriver.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleMikeyHIDDriver.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleMultitouchDriver.kext/Contents/_CodeSignature/C odeRequirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleMultitouchDriver.kext/Contents/_CodeSignature/C odeRequirements".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/Info.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/Info.plist".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/MacOS/AppleProfileF amily", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/MacOS/AppleProfileF amily".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelM eromProfile.kext/Contents/MacOS/AppleIntelMeromProfile", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelM eromProfile.kext/Contents/MacOS/AppleIntelMeromProfile".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelM eromProfile.kext/Contents/_CodeSignature/CodeDirectory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelM eromProfile.kext/Contents/_CodeSignature/CodeDirectory".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelM eromProfile.kext/Contents/_CodeSignature/CodeResources", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelM eromProfile.kext/Contents/_CodeSignature/CodeResources".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelM eromProfile.kext/Contents/_CodeSignature/CodeSignature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelM eromProfile.kext/Contents/_CodeSignature/CodeSignature".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelM eromProfile.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelM eromProfile.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelN ehalemProfile.kext/Contents/MacOS/AppleIntelNehalemProfile", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelN ehalemProfile.kext/Contents/MacOS/AppleIntelNehalemProfile".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelN ehalemProfile.kext/Contents/_CodeSignature/CodeDirectory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelN ehalemProfile.kext/Contents/_CodeSignature/CodeDirectory".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelN ehalemProfile.kext/Contents/_CodeSignature/CodeResources", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelN ehalemProfile.kext/Contents/_CodeSignature/CodeResources".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelN ehalemProfile.kext/Contents/_CodeSignature/CodeSignature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelN ehalemProfile.kext/Contents/_CodeSignature/CodeSignature".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelN ehalemProfile.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelN ehalemProfile.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelP enrynProfile.kext/Contents/MacOS/AppleIntelPenrynProfile", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelP enrynProfile.kext/Contents/MacOS/AppleIntelPenrynProfile".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelP enrynProfile.kext/Contents/_CodeSignature/CodeDirectory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelP enrynProfile.kext/Contents/_CodeSignature/CodeDirectory".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelP enrynProfile.kext/Contents/_CodeSignature/CodeResources", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelP enrynProfile.kext/Contents/_CodeSignature/CodeResources".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelP enrynProfile.kext/Contents/_CodeSignature/CodeSignature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelP enrynProfile.kext/Contents/_CodeSignature/CodeSignature".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelP enrynProfile.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelP enrynProfile.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelY onahProfile.kext/Contents/MacOS/AppleIntelYonahProfile", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelY onahProfile.kext/Contents/MacOS/AppleIntelYonahProfile".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelY onahProfile.kext/Contents/_CodeSignature/CodeDirectory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelY onahProfile.kext/Contents/_CodeSignature/CodeDirectory".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelY onahProfile.kext/Contents/_CodeSignature/CodeResources", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelY onahProfile.kext/Contents/_CodeSignature/CodeResources".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelY onahProfile.kext/Contents/_CodeSignature/CodeSignature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelY onahProfile.kext/Contents/_CodeSignature/CodeSignature".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelY onahProfile.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleIntelY onahProfile.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eCallstackAction.kext/Contents/MacOS/AppleProfileCallstackAction", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eCallstackAction.kext/Contents/MacOS/AppleProfileCallstackAction".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eCallstackAction.kext/Contents/_CodeSignature/CodeDirectory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eCallstackAction.kext/Contents/_CodeSignature/CodeDirectory".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eCallstackAction.kext/Contents/_CodeSignature/CodeResources", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eCallstackAction.kext/Contents/_CodeSignature/CodeResources".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eCallstackAction.kext/Contents/_CodeSignature/CodeSignature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eCallstackAction.kext/Contents/_CodeSignature/CodeSignature".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eCallstackAction.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eCallstackAction.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eKEventAction.kext/Contents/MacOS/AppleProfileKEventAction", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eKEventAction.kext/Contents/MacOS/AppleProfileKEventAction".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eKEventAction.kext/Contents/_CodeSignature/CodeDirectory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eKEventAction.kext/Contents/_CodeSignature/CodeDirectory".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eKEventAction.kext/Contents/_CodeSignature/CodeResources", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eKEventAction.kext/Contents/_CodeSignature/CodeResources".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eKEventAction.kext/Contents/_CodeSignature/CodeSignature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eKEventAction.kext/Contents/_CodeSignature/CodeSignature".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eKEventAction.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eKEventAction.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eReadCounterAction.kext/Contents/MacOS/AppleProfileReadCounterAction", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eReadCounterAction.kext/Contents/MacOS/AppleProfileReadCounterAction".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eReadCounterAction.kext/Contents/_CodeSignature/CodeDirectory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eReadCounterAction.kext/Contents/_CodeSignature/CodeDirectory".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eReadCounterAction.kext/Contents/_CodeSignature/CodeResources", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eReadCounterAction.kext/Contents/_CodeSignature/CodeResources".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eReadCounterAction.kext/Contents/_CodeSignature/CodeSignature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eReadCounterAction.kext/Contents/_CodeSignature/CodeSignature".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eReadCounterAction.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eReadCounterAction.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eRegisterStateAction.kext/Contents/MacOS/AppleProfileRegisterStateAction", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eRegisterStateAction.kext/Contents/MacOS/AppleProfileRegisterStateAction".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eRegisterStateAction.kext/Contents/_CodeSignature/CodeDirectory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eRegisterStateAction.kext/Contents/_CodeSignature/CodeDirectory".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eRegisterStateAction.kext/Contents/_CodeSignature/CodeResources", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eRegisterStateAction.kext/Contents/_CodeSignature/CodeResources".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eRegisterStateAction.kext/Contents/_CodeSignature/CodeSignature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eRegisterStateAction.kext/Contents/_CodeSignature/CodeSignature".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eRegisterStateAction.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eRegisterStateAction.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eThreadInfoAction.kext/Contents/MacOS/AppleProfileThreadInfoAction", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eThreadInfoAction.kext/Contents/MacOS/AppleProfileThreadInfoAction".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eThreadInfoAction.kext/Contents/_CodeSignature/CodeDirectory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eThreadInfoAction.kext/Contents/_CodeSignature/CodeDirectory".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eThreadInfoAction.kext/Contents/_CodeSignature/CodeResources", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eThreadInfoAction.kext/Contents/_CodeSignature/CodeResources".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eThreadInfoAction.kext/Contents/_CodeSignature/CodeSignature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eThreadInfoAction.kext/Contents/_CodeSignature/CodeSignature".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eThreadInfoAction.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eThreadInfoAction.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eTimestampAction.kext/Contents/MacOS/AppleProfileTimestampAction", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eTimestampAction.kext/Contents/MacOS/AppleProfileTimestampAction".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eTimestampAction.kext/Contents/_CodeSignature/CodeDirectory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eTimestampAction.kext/Contents/_CodeSignature/CodeDirectory".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eTimestampAction.kext/Contents/_CodeSignature/CodeResources", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eTimestampAction.kext/Contents/_CodeSignature/CodeResources".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eTimestampAction.kext/Contents/_CodeSignature/CodeSignature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eTimestampAction.kext/Contents/_CodeSignature/CodeSignature".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eTimestampAction.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/PlugIns/AppleProfil eTimestampAction.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/_CodeSignature/Code Directory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/_CodeSignature/Code Directory".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/_CodeSignature/Code Resources", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/_CodeSignature/Code Resources".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/_CodeSignature/Code Signature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/_CodeSignature/Code Signature".
    Permissions differ on "System/Library/Extensions/AppleProfileFamily.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleProfileFamily.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleRAID.kext/Contents/MacOS/AppleRAID", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleRAID.kext/Contents/MacOS/AppleRAID".
    Permissions differ on "System/Library/Extensions/AppleRAID.kext/Contents/_CodeSignature/CodeDirectory ", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleRAID.kext/Contents/_CodeSignature/CodeDirectory ".
    Permissions differ on "System/Library/Extensions/AppleRAID.kext/Contents/_CodeSignature/CodeResources ", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleRAID.kext/Contents/_CodeSignature/CodeResources ".
    Permissions differ on "System/Library/Extensions/AppleRAID.kext/Contents/_CodeSignature/CodeSignature ", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleRAID.kext/Contents/_CodeSignature/CodeSignature ".
    Permissions differ on "System/Library/Extensions/AppleRAID.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleRAID.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleRTC.kext/Contents/Info.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleRTC.kext/Contents/Info.plist".
    Permissions differ on "System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC".
    Permissions differ on "System/Library/Extensions/AppleRTC.kext/Contents/_CodeSignature/CodeDirectory" , should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleRTC.kext/Contents/_CodeSignature/CodeDirectory" .
    Permissions differ on "System/Library/Extensions/AppleRTC.kext/Contents/_CodeSignature/CodeResources" , should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleRTC.kext/Contents/_CodeSignature/CodeResources" .
    Permissions differ on "System/Library/Extensions/AppleRTC.kext/Contents/_CodeSignature/CodeSignature" , should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleRTC.kext/Contents/_CodeSignature/CodeSignature" .
    Permissions differ on "System/Library/Extensions/AppleRTC.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleRTC.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleSEP.kext/Contents/MacOS/AppleSEP", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleSEP.kext/Contents/MacOS/AppleSEP".
    Permissions differ on "System/Library/Extensions/AppleSEP.kext/Contents/_CodeSignature/CodeDirectory" , should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleSEP.kext/Contents/_CodeSignature/CodeDirectory" .
    Permissions differ on "System/Library/Extensions/AppleSEP.kext/Contents/_CodeSignature/CodeResources" , should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleSEP.kext/Contents/_CodeSignature/CodeResources" .
    Permissions differ on "System/Library/Extensions/AppleSEP.kext/Contents/_CodeSignature/CodeSignature" , should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleSEP.kext/Contents/_CodeSignature/CodeSignature" .
    Permissions differ on "System/Library/Extensions/AppleSEP.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleSEP.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleUSBCa rdReader.kext/Contents/_CodeSignature/CodeRequirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleUSBCa rdReader.kext/Contents/_CodeSignature/CodeRequirements".
    Permissions differ on "System/Library/Extensions/AppleUSBDisplays.kext/Contents/_CodeSignature/CodeRe quirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleUSBDisplays.kext/Contents/_CodeSignature/CodeRe quirements".
    Permissions differ on "System/Library/Extensions/AppleXsanFilter.kext/Contents/MacOS/AppleXsanFilter" , should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleXsanFilter.kext/Contents/MacOS/AppleXsanFilter" .
    Permissions differ on "System/Library/Extensions/AppleXsanFilter.kext/Contents/_CodeSignature/CodeDir ectory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleXsanFilter.kext/Contents/_CodeSignature/CodeDir ectory".
    Permissions differ on "System/Library/Extensions/AppleXsanFilter.kext/Contents/_CodeSignature/CodeRes ources", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleXsanFilter.kext/Contents/_CodeSignature/CodeRes ources".
    Permissions differ on "System/Library/Extensions/AppleXsanFilter.kext/Contents/_CodeSignature/CodeSig nature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleXsanFilter.kext/Contents/_CodeSignature/CodeSig nature".
    Permissions differ on "System/Library/Extensions/AppleXsanFilter.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AppleXsanFilter.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/Apple_iSight.kext/Contents/MacOS/Apple_iSight", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Apple_iSight.kext/Contents/MacOS/Apple_iSight".
    Permissions differ on "System/Library/Extensions/Apple_iSight.kext/Contents/_CodeSignature/CodeDirect ory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Apple_iSight.kext/Contents/_CodeSignature/CodeDirect ory".
    Permissions differ on "System/Library/Extensions/Apple_iSight.kext/Contents/_CodeSignature/CodeResour ces", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Apple_iSight.kext/Contents/_CodeSignature/CodeResour ces".
    Permissions differ on "System/Library/Extensions/Apple_iSight.kext/Contents/_CodeSignature/CodeSignat ure", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Apple_iSight.kext/Contents/_CodeSignature/CodeSignat ure".
    Permissions differ on "System/Library/Extensions/Apple_iSight.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Apple_iSight.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/AudioIPCDriver.kext/Contents/_CodeSignature/CodeRequ irements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/AudioIPCDriver.kext/Contents/_CodeSignature/CodeRequ irements".
    Permissions differ on "System/Library/Extensions/CellPhoneHelper.kext/Contents/Info.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/CellPhoneHelper.kext/Contents/Info.plist".
    Permissions differ on "System/Library/Extensions/CellPhoneHelper.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/CellPhoneHelper.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/Dont Steal Mac OS X.kext/Contents/MacOS/Dont Steal Mac OS X", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Dont Steal Mac OS X.kext/Contents/MacOS/Dont Steal Mac OS X".
    Permissions differ on "System/Library/Extensions/Dont Steal Mac OS X.kext/Contents/_CodeSignature/CodeDirectory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Dont Steal Mac OS X.kext/Contents/_CodeSignature/CodeDirectory".
    Permissions differ on "System/Library/Extensions/Dont Steal Mac OS X.kext/Contents/_CodeSignature/CodeResources", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Dont Steal Mac OS X.kext/Contents/_CodeSignature/CodeResources".
    Permissions differ on "System/Library/Extensions/Dont Steal Mac OS X.kext/Contents/_CodeSignature/CodeSignature", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Dont Steal Mac OS X.kext/Contents/_CodeSignature/CodeSignature".
    Permissions differ on "System/Library/Extensions/Dont Steal Mac OS X.kext/Contents/version.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/Dont Steal Mac OS X.kext/Contents/version.plist".
    Permissions differ on "System/Library/Extensions/GeForce.kext/Contents/PkgInfo", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/GeForce.kext/Contents/PkgInfo".
    Permissions differ on "System/Library/Extensions/GeForce.kext/Contents/_CodeSignature/CodeRequirement s", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/GeForce.kext/Contents/_CodeSignature/CodeRequirement s".
    Permissions differ on "System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortAtheros21 .kext/Contents/_CodeSignature/CodeRequirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortAtheros21 .kext/Contents/_CodeSignature/CodeRequirements".
    Permissions differ on "System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AppleAirPortBrcm 4311.kext/Contents/Info.plist", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AppleAirPortBrcm 4311.kext/Contents/Info.plist".
    Permissions differ on "System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AppleAirPortBrcm 43224.kext/Contents/_CodeSignature/CodeRequirements", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AppleAirPortBrcm 43224.kext/Contents/_CodeSignature/CodeRequirements".
    Permissions differ on "System/Library/Extensions/IOACPIFamily.kext/Contents/MacOS/IOACPIFamily", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/IOACPIFamily.kext/Contents/MacOS/IOACPIFamily".
    Permissions differ on "System/Library/Extensions/IOACPIFamily.kext/Contents/_CodeSignature/CodeDirect ory", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/IOACPIFamily.kext/Contents/_CodeSignature/CodeDirect ory".
    Permissions differ on "System/Library/Extensions/IOACPIFamily.kext/Contents/_CodeSignature/CodeResour ces", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Extensions/IOACPIFamily.kext/Contents/_CodeSignature/CodeResour ces".
    Permissions differ on "System

Maybe you are looking for

  • Restore ichat history after system restore

    Haven't found a usable solution to this problem yet, so help is greatly appreciated. How do you restore all of your iMessage (iChat) conversations after retiring your Mac to an earlier point in time.  Specifically, I used Time Machine to return my iM

  • No "Use Camera" in Redeem area in iTunes 11

    So I bought an iTunes gift card yesterday and I've been trying to activate the **** thing for a while now. I assumed I just be able to use the new camera option to redeem it, but that option doesn't even show up. Typing in the the code manually doesn

  • Dataelement of data type char but accepts only integers

    Hi Experts, I have a scenario where quantity field in output is editable and the user wants the quantity field printed without thousand separator. If i take a char field and display the field is editable then user may mistakenly type a,bcd...z/ speci

  • Multiple Export Sessions Simultaneously?

    Our client does not accept a 9 hour time frame for a 50Gb database full export. We are looking for a sound method of getting the export down to 4, max 5 hours. Do you have experience launching a set of exports simultaneously against the same database

  • Which kernel module should I use for Marvell Yukon 88E8001?

    Which kernel module should I use for Marvell Yukon 88E8001? a. sky2 b. skge c. sk98lin