Displaying 2 results from an estimated 2 matches for "not_rooted".
2008 Jul 16
1
[PATCH] isolinux: rename CurDir to CurrentDir
...ctor]
- mov [CurDir+dir_lba],eax
+ mov [CurrentDir+dir_lba],eax
%ifdef DEBUG_MESSAGES
push si
mov si,dbg_isodir_msg
@@ -1138,7 +1138,7 @@
push es
push ds
pop es ; ES = DS
- mov si,CurDir
+ mov si,CurrentDir
cmp byte [di],'/' ; If filename begins with slash
jne .not_rooted
inc di ; Skip leading slash
1997 Sep 26
3
kerneld and module security
Here''s a neat trick for a machine running kerneld:
not_root@machine$ /sbin/ifconfig isofs
loads ''/lib/modules/(kernel version here)/fs/isofs.o''.
/sbin/ifconfig when run as non-root queries a network interface for
its configuration. However, if the interface is unknown it also tries
to load the module that implements that interface using the name of the
interface as