Security :: Change The Sys_call_address To Another Location In Memory?
Jan 4, 2010
Quote:
alexander@osiris:~$ uname -a
Linux osiris 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686 GNU/Linux
I tried to change the sys_call_address to another location in memory. The result was an OOPS!
sys_call_address is of course not exported, so I found it using:
Quote:
grep sys_call_table /boot/System.map-2.6.31-14-generic
c0577150 R sys_call_table
My kernel prog looks like:
Code:
#include <linux/string.h>
#include <linux/smp_lock.h>
#include <linux/init.h>
#include <linux/module.h>
[Code].....
View 5 Replies
ADVERTISEMENT
May 5, 2011
We have setup a separate partition to keep our audit files, but I am at a loss to figure out how to redirect the log files to be stored there instead of the default.
I am sure it is a simple matter but I have been unable to locate the information.
View 1 Replies
View Related
Jul 10, 2011
As 2.17
I want to code this:
and byte[45],03
In words, AND the byte at memory location 45 with immediate value 03. As reports "Ambiguous operand size for and". How could I code the instruction such that as understands my intention?
john: .byte 45
and byte[john],03
gives the same error.
View 8 Replies
View Related
Feb 1, 2010
I am using ARM9(S3C2440) board in which linux kernel 2.6.30.4 is ported and i need to write some 8-bit data(say 0xAA) into the memory location 0x08000000 and i need to trace the data written into the location is correct or not how to do this in linux.
View 3 Replies
View Related
Jul 13, 2010
How to write a value to a specific memory location in C language and how to access the same value ?
I am trying the same on fedora linux and i am trying to write the value to the 32-bit address.
View 2 Replies
View Related
Jan 5, 2010
I have a few questions about VBOX.
My system now is a dual boot computer with Ubuntu and Winxp each on there own HD. The system has 4gb memory with a 512mb Nvidia video card.
1. If I understand it correctly, VBOX installs it's own copy of Windows to a directory. I can't piont it to the Winxp that I already have installed on the other HD?
2. VBOX has a two sliders for Memory, one for System and the other for Video. Do any of you have a system such as mine and would you have any suggestions for the two sliders settings?
View 3 Replies
View Related
Dec 10, 2010
I am new to linux at driver level. I want to read/write at specified memory location in microSD card in linux. I do not want to used SD card with any file system. How to do that. My linux distribution is Fedora13.
View 3 Replies
View Related
Jul 22, 2011
usb devices, such as external hdd, memory stick and mp3 player, when I connect them to USB, they show up in Nautilus, but when I click on them, Nautilus is unable to mount them and returns the following error: Unable to mount location Error mounting: mount exited with exit code 1: helper failed with:mount: wrong fs type, bad option, bad superblock on /dev/sdc1, missing codepage or helper program, or other error in some cases useful info is found in syslog - try dmesg | tail or so
View 3 Replies
View Related
Jun 1, 2011
How can I make the bar on the up of the screen down. I want it to be like in ubuntu 10.04 down of the screen. What is the difference between 11.04 dvd.iso and 11.04 cd.iso. Isee a 11.10 dvd.iso. Is that a pre release ?
View 4 Replies
View Related
Jul 3, 2010
I bought a mlb.tv to watch baseball game online and they have blackout for local teams. I try to use proxy sock to bypass the blackout, but for some reason they know my location because I'm getting blackout. I check to see if they were just checking for proxies and I went and I try to watch other games not in my area and I was able to watch it. I use this command on the ssh client "ssh -D 9090 user@domain.com" and I change the setting on my network. I do a ip lookup and the ip address is from the server location. I dont want you guys to tell how to bypass, I just want to understand how they know my location.
View 1 Replies
View Related
Dec 27, 2009
When I started off with fedora 12, I did not think I would be using more than 20GB for the file system. But recently I have been installing a lot of new games / software that have been using up that space. I however have the home directory on a separate partition. What I want to know is whether or not we can change the installation directory when using yum ? I know the other option (installing from source), but that would mean tedious handling of dependencies.
View 2 Replies
View Related
Jul 15, 2010
I have an SSD and i was wondering if i could change my trash location to an SD card that i always have plugged in, so that i write less to the drive and maybe extend the life of my ssd.
View 9 Replies
View Related
Jun 8, 2011
Is there a way to change the location that notify OSD uses when it displays a new notification? I have some large dual monitors at work which is great, but I typically do browsing/development work on the left display and leave email and other less used things on the right display. Because notifications are displayed on the right monitor, I often miss the notifications because there are outside of my peripheral vision. I generally notice them within a minute or two because the mail icon in the panel is blue instead of black, but I would rather get the notifications as they occur.
When running 10.10 there was no panel at the top of the right monitor, so all notifications showed up on my left monitor. Since I upgraded to 11.04, Unity seems to display a panel on both monitors and thus, all notifications wind up on the right monitor. I would like them to appear on the left monitor instead.
See attached screenshot for more info. Sorry it's not the best quality -- but the idea is that I ran notify-send "test" in the terminal and you can see the bubble on the right monitor instead of the left one.
So...can the location of the notify OSD be controlled somewhere?
View 3 Replies
View Related
Dec 1, 2010
I installed Ubuntu 10.04 only be dismayed to find ${HOME}/bin FIRST IN THE PATH. I blogged about it at my blog (I sudo an xterm rather than just sudoing to get a different background for the sudo'd xterm): [url]
I agree that some new user should probably not be logging on as root. But if the replacement for 'ls' is in their ${HOME}/bin/ the sudo'd shell inherits the same PATH, umask, and everything else! In general I take a dim view of a sudo only way of doing things. It seems to cause more problems than it solves for disciplined, knowledgeable users. In the case of Ubuntu it caused me to create a /root folder for root to reset the umask back from 077 which is what I use over to 022 which is what root should use. The /root/.profile of course made sure there is no /home/me/bin in the sudo'd PATH. It didn't matter because somebody is not just SETTING the file perms and is instead calculating them based off of modifications to the umask. JUST SET THEM! I ran into a problem with GRUB getting things fouled up because I was having to remove the new kernels and instead of using the command line option (much prefereable) used Synaptic Manager instead: [url]
In fhe case of an infection living in a user's file space you really should want to go in to clean it out as some other user than the user that is infected. Having said that the hackers seem to be going for the whole enchilada right off the bat. A WARNING is in order here. DO NOT USE A ROOT ACCOUNT OR SUDO FOR NORMAL TASKS! But please put ${HOME}/bin last in the PATH or preferably don't even put it in the PATH at all. Let users add it themselves if they want it. Also once hackers figure out that hijacking a sudo tty (from what I just read else-where here I would say several hackers are working on doing that right now - sendmail my ****) is a dandy way of doing things you really will need to provide for ways of cleaning a user infestation out by going at it some other way than through that infected user. A lot of Ubuntu users have only one login account, the one they created when they set the machine up.
View 9 Replies
View Related
Jan 22, 2010
I've got this in my Apache2 config (on a Ubuntu 9.10 server):
Code:
<VirtualHost _default_:443>
DocumentRoot /srv/svn
<Location /repos>
DAV svn
[Code]....
When I comment out the "allow from" line, I have no access to this server at all, but when "Allow from 127.0.0.1 172.23.120" is activated, I can also access that location from other IP's (I can even access it from the internet).
What I really want is access limited to the IP's in "Allow from" because I don't want anyone accessing our subversion repo's from anywhere else.
View 5 Replies
View Related
Dec 23, 2010
I just have install Mac-theme on my Leny, and it make's my Window-border from right to Left, i want to have these on right(as by default in debian)...
View 5 Replies
View Related
Mar 17, 2010
I run ubuntu karmic 64 bit and have 2 displays (Working just about perfectly ). One problem i do have is by default all desktop icons appear on my secondary display. Is there any way to change it so they appear on my primary display?
View 3 Replies
View Related
May 10, 2010
I found out where Ubuntu One downloads music from the music store. /home/user/.local/share/ubuntuone/Purchased from Ubuntu One/ I would like to change this folder to: home/user/Music/ Is this done in RhythmBox or Ubuntu One? Also, I moved the MP3s from the default location and they disappeared from my cloud storage, is it possible to turn this off? With a custom or default location? When does the sync take place? I know its after the purchase but it seems to take a while to start.
View 7 Replies
View Related
Aug 17, 2010
As a precaution to protect my home folder contents when I reninstall ubuntu if need arises I intend to change my home folder location to a mounted ntfs partition in my HDD. How can I do it the GUI way? Like in windows the "My Documents" location can be changed by going to "My Document" properties and entering the new location.
View 2 Replies
View Related
Aug 22, 2011
I bought an LG NAS for pic's, videos, and music. Is there a way to turn the pictures folder in the NAS into the default location for when I select the Pictures folder in my home directory? Running Ubuntu 10.10 on IBM's: T41, T42, T62
View 9 Replies
View Related
Aug 5, 2010
I have noticed that on a Mac which is Unix based too there is a different home directory which is NOT /home/user/ but /Users/user. How can I change my home directory in linux to something else? Even as an experiment? Is it possible? and how?
I'm using Ubuntu 10.04 GNOME
View 6 Replies
View Related
Jan 16, 2011
i want to know where does yum installs the software that i install with it ? is there any way to change the default location for yum Downloads ?
View 1 Replies
View Related
May 21, 2011
I wish to change the default location of IPtables file from /etc/sysconfig to somewhere else. But i am confisued about it. please help me to solve this problem.
I.E. /etc/sysconfig/iptables to /etc/XXX/iptables
View 2 Replies
View Related
Mar 2, 2010
Is there a way to change the mail spool location from /var/mail/ to some other place? I'm thinking of users own home directory or $HOME/.mail.
This is because system partition is not big enough to keep all mail from the company and /home is in a different one.
Creating another partition to keep /var or /var/mail seems too much just to keep emails.
Solution: checking /usr/doc/procmail-x.xx/examples/advanced
View 8 Replies
View Related
Apr 12, 2011
I am implementing hard drive encryption. I wish to pass a key file to the crypttab from an NFS mounted location. But I could see that the disk encryption process starts very early during the booting process, before fstab is run. I could not find which script, in rc5.d, starts this service. And I am confused on how nfs mount are performed from fstab, as the network service starts at a very later stage than after fstab is called to mount the local partitions/disks. In my case, I have to wait until the nfs is mounted and then call the /dev/mapper mount (in fastab) to mount the encrypted partition.
View 2 Replies
View Related
Feb 21, 2011
I've set up ssh passwordless logins using keygen etc.before so I know the routine.
The problem I'm currently having is setting passwordless logins when I don't have write permission to my "root" of the remote machine. More specifically the slice provided by a commercial web hosting provider. I can ssh and sftp just fine keying in the password manually but since I'm unable to create a .ssh directory in my "root" I'm unsuccessful in scripting logins. What I'm wondering is if the .ssh directory and associated security files can be placed in an alternate location such as the httpdocs directory and pass that location to ssh in a command line parameter.
View 8 Replies
View Related
Jan 22, 2010
I accidentally installed the Grub2 Loader on my MacOSx HD rather than on the Ubuntu HD. How do I change the location?
View 5 Replies
View Related
Jul 24, 2010
I've done a bit of googling, and some searching around here, but to no avail, so I'm going to ask you lovely lot where I can find the icon location/s for: I'm using Ubuntu 10.04 with Gnome.
View 2 Replies
View Related
Aug 5, 2010
My panel is flush against the left edge of the screen.Any new window/app that I open opens next to the left edge as well, behind the panel.
View 2 Replies
View Related
Feb 2, 2011
I have installed vmware server 2.0.2. when i am creating a virtual pc it stores in my root(/) directory which has a small space free.....so i wanted to change the location of virtual pc in another hard drive. main thing i wat to change location of virtual machines from (/var/lib/vmware/Virtual Machines/) main hdd to (/home/usrename/anotherdir)another hdd
View 2 Replies
View Related