Displaying 4 results from an estimated 4 matches for "unpriveleged".
2007 Sep 07
1
vsftp and nonpriv_user option question
thhis didnt go through completely the first time.
I am a bit confused as to how this works.
I created a local unpriveleged user (with /bin/nologin shell).
i uncommented the line containing
nopriv_user=ftpsecure
and restarted vsftp.
I am confused as to what is supposed to happen.
Shuld the daemon /usr/sbin/vsftpd be run as root or should it be
ftpsecure?
Or is the account only used to login to transfer files?
Any...
2007 Sep 05
0
vsftp and "nopriv_user=ftpsecure" question
I am a bit confused as to how this works.
I created a local unpriveleged user (with /bin/nologin shell).
i uncommented the line containing
nopriv_user=ftpsecure
and restarted vsftp.
I am confused as to what is supposed to happen.
Shuld the daemon /usr/sbin/vsftpd be run as root or should it be ftpsecure?
Or is the account only used to login to transfer files?
Any...
1999 Nov 12
0
Careful of SWAT 2.0.6
...ommit changes and delete buttons.
With 2.0.6 if you can't write globals or shares, you can't see them and
don't even get the share or global navigation buttons. Anyone who can see
the global or share screens can write (or overwrite) them.
I liked the old way, where I could log in as an unpriveleged user and know
I could look but not touch.
So I put it back the way it was. In swat.c, static void
show_main_buttons(void), there is the following code:
if (have_write_access) {
image_link("Globals", "globals", "images/globals.gif");...
2006 May 18
27
[PATCH] /sys/hypervisor/uuid
New /sys/hypervisor/uuid, containing this domain''s UUID.
Stripping off /vm/ from the value of vm to get the UUID isn''t exactly
nice. The alternative is to add a XENVER_get_uuid code to
HYPERVISOR_xen_version(), but I''m not sure that''s worth it.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
diff -r ddba92a5cba9 drivers/xen/core/xen_sysfs.c
---