setuid
"Operation not permitted" on using os.setuid( ) [python]
I\'m trying to build a platform to launch some scripts. This scripts are placed in home folder of each user. Every launch should be done with each user id so, I\'m doing, for each user, this:开发者_Go[详细]
2023-04-08 11:03 分类:问答Mac App Store app with elevated privileges
I have a question regarding the Mac App Store. I am planning to release a software with admin开发者_如何学运维 privileges to achieve its core functionality, but according to Apple -[详细]
2023-04-05 04:50 分类:问答how to run cmd as root from apache (centOS)?
I\'m trying to run the \"useradd\" command in CENTOS but I can\'t because I need root permissions. In my php开发者_如何学C_info(); I have \'--disable-posix\'. I have tried to re-install my PHP, and t[详细]
2023-04-02 14:25 分类:问答Linux effective, real, saved, filesystem UID manipulation in pseudocode
I have spent some time on a little code in Groovy to make Linux UID manipulation somewhat less confusing to myself and because the man pages are messy. The result is a TestCase which is meant to show[详细]
2023-03-22 18:41 分类:问答Can gdb debug suid root programs?
I did a program that call setuid(0) and execve(\"/bin/bash\",NULL,NULL). Then I did chown root:root a.out && chmod +s a.out[详细]
2023-03-16 09:50 分类:问答Need help improving a small C program [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-11 06:47 分类:问答Running jailkit from non-root process
I have a webserver which will开发者_Go百科 frequently spawn a latex interpreter (written in python). This interpreter lives inside a chroot jail made using jailkit so it has to be started as root.[详细]
2023-03-01 07:13 分类:问答How to make nscd generate core dump files?
nscd service crashed without a core dump file. ulimit -开发者_Go百科c is unlimited. Someone says that that\'s because nscd use \"setuid\" when the \"server-user\" is set in /etc/nscd.conf.[详细]
2023-02-22 21:03 分类:问答Clearcase: How to control whether SUID programs work in a view or not?
We have two machines (under discussion) running ClearCase - different versions of ClearCase.Otherwise, they are about as identical in setup as can be - same Linux x86/64 kernel etc.[详细]
2023-02-13 07:48 分类:问答How to successfully run Perl script with setuid() when used as cgi-bin?
I have a Perl script that is called either via Apache or on the command-line. For testing purposes, I pass it the username I want the Perl script to operate with, and use POSIX::setuid to set the uid[详细]
2023-02-11 10:01 分类:问答