Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. The Back Room
  4. Airline security ?

Airline security ?

Scheduled Pinned Locked Moved The Back Room
comsecuritytoolsquestion
11 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Lost User

    http://www.theregister.com/2004/05/20/us_airport_id_security/[^] "congressional investigators used false IDs to gain access to a series of federal buildings and two commercial airports" "LEO’s from 18,000 separate State and local law enforcement agencies may fly armed if they present their agency's credential and a letter on their agency's letterhead" :~ The tigress is here :-D

    S Offline
    S Offline
    Small Dragon
    wrote on last edited by
    #2

    Trollslayer wrote: LEO’s from 18,000 separate State and local law enforcement agencies may fly armed if they present their agency's credential and a letter on their agency's letterhead Some of them may be rushing to a place to catch potential terrorists, not allowing them to fly armed could be more deadly. There is no best solution.

    C L 2 Replies Last reply
    0
    • S Small Dragon

      Trollslayer wrote: LEO’s from 18,000 separate State and local law enforcement agencies may fly armed if they present their agency's credential and a letter on their agency's letterhead Some of them may be rushing to a place to catch potential terrorists, not allowing them to fly armed could be more deadly. There is no best solution.

      C Offline
      C Offline
      Chris Losinger
      wrote on last edited by
      #3

      i'm nearly sure the fact that LEOs are allowed to carry weapons on planes was not the point of the posting. Cleek / Software

      S 1 Reply Last reply
      0
      • S Small Dragon

        Trollslayer wrote: LEO’s from 18,000 separate State and local law enforcement agencies may fly armed if they present their agency's credential and a letter on their agency's letterhead Some of them may be rushing to a place to catch potential terrorists, not allowing them to fly armed could be more deadly. There is no best solution.

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #4

        The point is that fake LEOs can get through. The tigress is here :-D

        1 Reply Last reply
        0
        • C Chris Losinger

          i'm nearly sure the fact that LEOs are allowed to carry weapons on planes was not the point of the posting. Cleek / Software

          S Offline
          S Offline
          Small Dragon
          wrote on last edited by
          #5

          Chris Losinger wrote: i'm nearly sure the fact that LEOs are allowed to carry weapons on planes was not the point of the posting. But what else can you check besides picture id? Finger print all of them?

          C R 2 Replies Last reply
          0
          • S Small Dragon

            Chris Losinger wrote: i'm nearly sure the fact that LEOs are allowed to carry weapons on planes was not the point of the posting. But what else can you check besides picture id? Finger print all of them?

            C Offline
            C Offline
            Chris Losinger
            wrote on last edited by
            #6

            Small Dragon wrote: Finger print all of them? yes.

            try
            {
            if (potentialPassenger.HasGun())
            {
            canBoard = airportSecurity.ExtraIdentityVerification(potentialPassenger);
            }
            else
            {
            canBoard = airportSecurity.NormalIdentityVerification(potentialPassenger);
            }
            }
            catch (Exception_PotentialPassengerAttmeptsToUseGunInTerminal e)
            {
            airportSecurity.ShootDead(potentialPassenger);
            canBoard = eNotApplicable;
            }

            Cleek / Software

            L J T 3 Replies Last reply
            0
            • C Chris Losinger

              Small Dragon wrote: Finger print all of them? yes.

              try
              {
              if (potentialPassenger.HasGun())
              {
              canBoard = airportSecurity.ExtraIdentityVerification(potentialPassenger);
              }
              else
              {
              canBoard = airportSecurity.NormalIdentityVerification(potentialPassenger);
              }
              }
              catch (Exception_PotentialPassengerAttmeptsToUseGunInTerminal e)
              {
              airportSecurity.ShootDead(potentialPassenger);
              canBoard = eNotApplicable;
              }

              Cleek / Software

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #7

              So programming questions are allowed in the Soapbox ? ;P The tigress is here :-D

              C 1 Reply Last reply
              0
              • C Chris Losinger

                Small Dragon wrote: Finger print all of them? yes.

                try
                {
                if (potentialPassenger.HasGun())
                {
                canBoard = airportSecurity.ExtraIdentityVerification(potentialPassenger);
                }
                else
                {
                canBoard = airportSecurity.NormalIdentityVerification(potentialPassenger);
                }
                }
                catch (Exception_PotentialPassengerAttmeptsToUseGunInTerminal e)
                {
                airportSecurity.ShootDead(potentialPassenger);
                canBoard = eNotApplicable;
                }

                Cleek / Software

                J Offline
                J Offline
                Jeremy Kimball
                wrote on last edited by
                #8

                Programming questions do not belong in the soapbox...it's damned funny though :)


                Jeremy Kimball Catapultam habeo. Nisi pecuniam omnem mihi dabis, ad caput tuum saxum immane mittam. (I have a catapult. Give me all the money, or I will fling an enormous rock at your head)

                1 Reply Last reply
                0
                • L Lost User

                  So programming questions are allowed in the Soapbox ? ;P The tigress is here :-D

                  C Offline
                  C Offline
                  Chris Losinger
                  wrote on last edited by
                  #9

                  i didn't ask a question. it's a programming answer. :) Cleek / Software

                  1 Reply Last reply
                  0
                  • C Chris Losinger

                    Small Dragon wrote: Finger print all of them? yes.

                    try
                    {
                    if (potentialPassenger.HasGun())
                    {
                    canBoard = airportSecurity.ExtraIdentityVerification(potentialPassenger);
                    }
                    else
                    {
                    canBoard = airportSecurity.NormalIdentityVerification(potentialPassenger);
                    }
                    }
                    catch (Exception_PotentialPassengerAttmeptsToUseGunInTerminal e)
                    {
                    airportSecurity.ShootDead(potentialPassenger);
                    canBoard = eNotApplicable;
                    }

                    Cleek / Software

                    T Offline
                    T Offline
                    Terry ONolley
                    wrote on last edited by
                    #10

                    I would think that since the entire function was built around identifying passengers with guns, that a passenger with a gun who failed the fingerprint check wouldn't throw an exception.


                    //placeholder for witty verbiage

                    1 Reply Last reply
                    0
                    • S Small Dragon

                      Chris Losinger wrote: i'm nearly sure the fact that LEOs are allowed to carry weapons on planes was not the point of the posting. But what else can you check besides picture id? Finger print all of them?

                      R Offline
                      R Offline
                      Rob Graham
                      wrote on last edited by
                      #11

                      If they are a LEO, their fingerprints are already on file with the FBI, very easy to check. Power corrupts and PowerPoint corrupts absolutely. - Vint Cerf

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups