Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6218349
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T07:35:35+00:00 2026-05-24T07:35:35+00:00

To prevent the escape of privileged data, setcap executables on Linux don’t dump core:

  • 0

To prevent the escape of privileged data, setcap executables on Linux don’t dump core:

ijw@build$ cat > test.c
main() { abort(); }
ijw@build$ gcc test.c
test.c: In function ‘main’:
test.c:1: warning: incompatible implicit declaration of built-in function ‘abort’
ijw@build$ ./a.out 
Aborted (core dumped)
ijw@build$ sudo setcap "cap_net_admin=+ep" a.out                 
ijw@build$ ./a.out 
Aborted

Is there any way to enable it when you’re debugging and actually want to see the core file?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T07:35:37+00:00Added an answer on May 24, 2026 at 7:35 am

    I have two answers after more research.

    1. You can change the system behaviour in its entirety. This isn’t really suitable beyond a one user development machine but it does the trick:

      echo 1 > /proc/sys/fs/suid_dumpable
      

      Tested, works.

    2. You can change the behaviour of the specific program by calling prctl() in it:

      prctl(PR_SET_DUMPABLE, 1);
      

      In this way, the privileged program determines for itself that it should be dumpable, and the system as a whole is not affected.

      I’ve not tried this one.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to prevent from having to escape apostrophes in my string variables
What is the recommended way to escape HTML to prevent XSS vulnerabilities in Rails
Is there a PHP function that can escape RegEx patterns to prevent them from
Possible Duplicate: Java - escape string to prevent SQL injection Hi. I constantly am
Possible Duplicate: Java - escape string to prevent SQL injection I know php has
Is there a solution to prevent json_encode adding escape characters? I am returning a
what functions i have to use to encode/decode/escape/stripslash data for following purposes? when calling
I am trying to prevent from having to escape apostrophes and other special characters
In an application I'm working on I've found a weak escape function to prevent
To prevent SQL injection, is it necessary to use mysql_real_escape_string() , when magic_quotes_gpc is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.