Top "Suid" questions

How to restart Linux from inside a C++ program?

I have a Qt 4 GUI where I need to have a option in a drop-down menu that allows the user …

c++ linux qt4 reboot suid
compile & execute Chromium failed due to SUID sandbox issue

What I'm trying to do : Compile and run Chromium source code on Ubuntu 13.10 Steps I've taken : git clone https://chromium.…

google-chrome ubuntu sandbox suid
SUID not working with shell script

I have created a small shell script with the following content: cat /usr/bin/checksuid.sh !/bin/bash echo "Hello" &…

linux bash shell suid
Howto debug program that needs to run as root from gdb (Eclipse) as user (set gdb suid root?)

I need to debug a program on Linux with Eclipse (gdb). The program run as root and is quite large. …

linux eclipse gdb eclipse-cdt suid
From PHP/Apache, exec() or system() program as root: "sudo: unable to open audit system: Permission denied"

I have been spending half a day trying to figure this out, and I've done a lot of research. I'm …

php apache sudo suid
seteuid/geteuid: Program always has root id

I'm currently trying to figure out how the SUID-bit and the corresponding functions seteuid and geteuid work. So I wrote …

c permissions setuid suid
Is running GNU Screen suid root the only way to make multiuser mode work?

I'm running Ubuntu 11.10 and GNU Screen version "4.00.03jw4", and I'm trying to use multiuser mode. The following process works for …

gnu-screen multi-user suid