Advertisement
Guest User

Untitled

a guest
Sep 9th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 0.33 KB | None | 0 0
  1. (kgdb) list *0xffffffff80b55fa4
  2. 0xffffffff80b55fa4 is in prison_priv_check (/usr/src/sys/kern/kern_jail.c:2847).
  3. 2842     */
  4. 2843    int
  5. 2844    jailed(struct ucred *cred)
  6. 2845    {
  7. 2846   
  8. 2847        return (cred->cr_prison != &prison0);
  9. 2848    }
  10. 2849   
  11. 2850    /*
  12. 2851     * Return 1 if the passed credential is in a jail and that jail does not
  13. (kgdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement