| The Following User Says Thank You to meego_leenooks1 For This Useful Post: | ||
|
|
2017-03-27
, 17:54
|
|
Posts: 1,067 |
Thanked: 2,384 times |
Joined on Jan 2012
@ Finland
|
#2
|
| The Following 2 Users Say Thank You to rainisto For This Useful Post: | ||
|
|
2017-03-28
, 15:42
|
|
Posts: 1,067 |
Thanked: 2,384 times |
Joined on Jan 2012
@ Finland
|
#4
|
Please give the link to manual about refhashlist or how to build deb package with setuid capability.
| The Following 3 Users Say Thank You to rainisto For This Useful Post: | ||
|
|
2017-03-28
, 16:26
|
|
Posts: 1,255 |
Thanked: 4,243 times |
Joined on Oct 2014
|
#5
|
| The Following User Says Thank You to nieldk For This Useful Post: | ||
|
|
2017-03-28
, 17:18
|
|
Posts: 1,067 |
Thanked: 2,384 times |
Joined on Jan 2012
@ Finland
|
#6
|
| The Following User Says Thank You to rainisto For This Useful Post: | ||
/dev/shm/suid # cat setuid.c #include <stdio.h> #include <stdlib.h> main(int argc, char *argv[]) { setuid(0); system(argv[1]); }