Keychain access and new builds

Ask a Question related to Mac Programming, Design and Development.

  1. #1

    Default Keychain access and new builds

    I have an app which accesses the Keychain. If I use a given build
    repeatedly, I am only prompted for permission to access the item only on
    the first attempt, at which point I choose "Allows Allow" and of course,
    I'm never prompted for this build again. When I rebuild my app, I get
    prompted again. How can I stop this? The path of the app never changes,
    so how can I stop being prompted everytime I build?
    Thanks
    Lorenzo Thurman Guest

  2. Similar Questions and Discussions

    1. AdvancedDataGrid : nightly builds available?
      I know you can download SDK nightly builds here: http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3 But those builds don't seem to...
    2. How many more builds?
      How many more builds of Vista will there be before the final release? Will the April CTP be the only public release or will they all be public from...
    3. OSX: Import certificate into keychain
      Hi, I have a certificate exported from Windows Internet Explorer (certificate + private key) using the pfx-format. No I want to import this...
    4. Source Builds
      Tom Allison <tallison@tacocat.net> writes: Modify the source as you feel appropriate, add a new entry to the top of debian/changelog, and run...
    5. Mail Keychain Insanity
      Using OS 10.2.6 Mail 1.2.5 Everytime I log on and open up mail I have to enter my Keychain password. Security isn't an issue for me so I have...
  3. #2

    Default Re: Keychain access and new builds

    In <lorenzo-CF1735.09375323082003@venerable.internal.thethurma ns.com>
    Lorenzo Thurman wrote:
    > I have an app which accesses the Keychain. If I use a given build
    > repeatedly, I am only prompted for permission to access the item only
    > on the first attempt, at which point I choose "Allows Allow" and of
    > course, I'm never prompted for this build again. When I rebuild my
    > app, I get prompted again. How can I stop this? The path of the app
    > never changes, so how can I stop being prompted everytime I build?
    I don't want you to stop being prompted! :) Evidently the keychain looks
    at the mod date or something like that, and sees this as a different app.
    That's good because it keeps you from writing a trojan horse that
    substitutes for an app that I've already got, and to which I've already
    granted keychain permission, and then reads all my passwords. m.

    --
    matt neuburg, phd = [email]matt@tidbits.com[/email], [url]http://www.tidbits.com/matt[/url]
    REALbasic: The Definitive Guide! 2nd edition!
    [url]http://www.amazon.com/exec/obidos/ASIN/0596001770/somethingsbymatt[/url]
    Subscribe to TidBITS. It's free and smart.
    matt neuburg Guest

  4. #3

    Default Re: Keychain access and new builds

    In article <lorenzo-CF1735.09375323082003@venerable.internal.thethurma ns.com>,
    Lorenzo Thurman <lorenzo@theWONTWORKthethurmans.om> wrote:
    > I have an app which accesses the Keychain. If I use a given build
    > repeatedly, I am only prompted for permission to access the item only on
    > the first attempt, at which point I choose "Allows Allow" and of course,
    > I'm never prompted for this build again. When I rebuild my app, I get
    > prompted again. How can I stop this? The path of the app never changes,
    > so how can I stop being prompted everytime I build?
    You can't because it would be a security hole for anybody to be able to modify
    an application and assume the original application's privileges.

    meeroh
    Miro Jurisic Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139