PC Review Forums Newsgroups Windows XP Windows XP Security can you make a doghouse in Windows XP?

Reply

can you make a doghouse in Windows XP?

 
Thread Tools Rate Thread
Old 03-08-2004, 02:30 PM   #1
Larry
Guest
 
Posts: n/a
Default can you make a doghouse in Windows XP?


Hi... realized while I was at work the other day that Windows XP Pro has
at least most of the features you would need to create a group that will put
a user in the doghouse. Don't know if legalities would be an issue, though,
and don't know for sure how it would work. Has this been considered? It is
possible in Linux to use this feature to limit users to just a word
processor and printer, maybe a background, whatever single features you want
to give them... I'm pasting a message about this from the RH Linux
newsgroup:

>
> In the original UNIX, it was possible to build a user group that allowed a
> system admininstrator to "put a user in the doghouse". The basic steps I
> remember learning about involved creating a smaller directory and copying
> limited commands into it; i.e. - just the features you want those users to
> have access to. The user was typically "locked" into their own home
> directory by means or permissions and normally given access then to just a
> simple file or two to use for their background. The description suggested
> a basic text editor like "vi" would be supplied. What I'm interested in
> is supplying basic features to children whereby they have access to a
> couple of games, maybe a basic word processor like KWrite or something,
> but not internet or chat, and no ability to install anything more on their
> own. Is it still possible, or is modern Linux so cross integrated that
> you NEED a lot of features from the system and wouldn't be able to do this
> any more?


simple:

mkdir /rbin
ln -s /usr/bin/ssh /rbin/ssh
cp /bin/bash /bin/rbash

create user
add the user shell to be /bin/rbash
edit .bash_profile; change line to: PATH=/rbin

create links to commands they can use in /rbin


--
Fedora Core Linux Development Team
Kernel: 2.6.6-1.435.2.3
Registered Linux user #357785


  Reply With Quote
Old 03-08-2004, 02:37 PM   #2
Carey Frisch [MVP]
Guest
 
Posts: n/a
Default Re: can you make a doghouse in Windows XP?

HOW TO: Create and Configure User Accounts in Windows XP
http://support.microsoft.com/defaul...3&Product=winxp

HOW TO: Set, View, Change, or Remove Special Permissions for Files and Folders in Windows XP
http://support.microsoft.com/defaul...9&Product=winxp

Description of the Software Restriction Policies in Windows XP
http://support.microsoft.com/defaul...1&Product=winxp

HOW TO: Use the Group Policy Editor to Manage Local Computer Policy in Windows XP
http://support.microsoft.com/defaul...2&Product=winxp

Doug's Windows XP Security Console
http://www.dougknox.com/xp/utils/xp_securityconsole.htm

[Courtesy of MS-MVP Doug Knox]

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User

Be Smart! Protect your PC!
http://www.microsoft.com/security/protect/

----------------------------------------------------------------------------------------------

"Larry" <lcjorda@wcox.com> wrote in message:
news:XcWdnd19Jb_6DpLcRVn-pQ@mho.net...

| Hi... realized while I was at work the other day that Windows XP Pro has
| at least most of the features you would need to create a group that will put
| a user in the doghouse. Don't know if legalities would be an issue, though,
| and don't know for sure how it would work. Has this been considered? It is
| possible in Linux to use this feature to limit users to just a word
| processor and printer, maybe a background, whatever single features you want
| to give them... I'm pasting a message about this from the RH Linux
| newsgroup:
|
| >
| > In the original UNIX, it was possible to build a user group that allowed a
| > system admininstrator to "put a user in the doghouse". The basic steps I
| > remember learning about involved creating a smaller directory and copying
| > limited commands into it; i.e. - just the features you want those users to
| > have access to. The user was typically "locked" into their own home
| > directory by means or permissions and normally given access then to just a
| > simple file or two to use for their background. The description suggested
| > a basic text editor like "vi" would be supplied. What I'm interested in
| > is supplying basic features to children whereby they have access to a
| > couple of games, maybe a basic word processor like KWrite or something,
| > but not internet or chat, and no ability to install anything more on their
| > own. Is it still possible, or is modern Linux so cross integrated that
| > you NEED a lot of features from the system and wouldn't be able to do this
| > any more?
|
| simple:
|
| mkdir /rbin
| ln -s /usr/bin/ssh /rbin/ssh
| cp /bin/bash /bin/rbash
|
| create user
| add the user shell to be /bin/rbash
| edit .bash_profile; change line to: PATH=/rbin
|
| create links to commands they can use in /rbin

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off