Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

28
votes
23answers
1k views

Is there a DRM scheme that works?

We help our clients to manage and publish their media online - images, video, audio, whatever. They always ask my boss whether they can stop users from copying their media, and he asks me, and I ...
7
votes
4answers
16k views

Minimum rights required to run a windows service as a domain account

Does anyone know what would be the minimum rights I would need to grant to a domain user account in order to run a windows service as that user? For simplicity, assume that the service does nothing ...
6
votes
4answers
91 views

How do I hide my Oracle table?

Here's the scenario (simplified example): I have an Oracle user/schema called ABC. ABC owns a table called TRN. Client side code connects to the database as ABC and selects from ABC.TRN. So far so ...
5
votes
2answers
497 views

Safe to use Google Apps Engine for new ideas? What rights am I giving up?

I am planing to start on a new project which has a kinda unique idea. Usually I develop things on my own server, but since that is far inferior to the Google apps engine solution i am thinking of ...
5
votes
5answers
534 views

Code ownership while working as an employee

I am working on a contract (in USA) where I will become an employee of a company and provide them with a software solution for their operation. In the contract it is clearly indicated that I am ...
4
votes
2answers
170 views

MediaWIki : page editing allowed by creator only or with approval

I'm trying to restraint editing on the Wiki (using MediaWiki) that I'm creating as an internal project for my company. We would like to be able to let the page creators specify none or one of the two ...
4
votes
6answers
377 views

Selling an android app to a very large university

I created an app for the bus system at my university and they want to buy it off me. Problem is, I have absolutely no idea what to offer. Its nearly completed, and once they buy it i would be brought ...
4
votes
2answers
901 views

Elevating to admin rights in Mac application

I am making a simple application that lets you quickly enter a shell command to be run. It works perfectly, however there is the problem of sudo commands. Currently, it detects a sudo command, and ...
4
votes
6answers
336 views

What is the reason to retain proprietorship on commissioned work?

I have always included clauses to transfer to my clients full author, ownership and use rights for all the source code, original images, original resources, etc. I develop/create for them. Of course, ...
3
votes
1answer
96 views

Is it normal that my program needs admin rights even to open a file?

When I install my .NET program to C:\Program Files and I run it, it doesn't ask for Admin Rights (Win7), but it can't open any file in the application's directory unless I give admin rights to it ...
3
votes
1answer
160 views

Delphi: Can I start short apps from a service?

I created a scheduler. It was threaded first, but because of memory leaks and separatable tasks I changed to subprocesses. The service starts the subprocesses by N minutes or in determined time. I ...
3
votes
4answers
3k views

How do I give a specific user editing rights to a specific node?

How do I give a specific user editing rights to a specific node? I have a user role named "Student". Multiple users have that role, only a few of them can edit a node. How can I realise this?
3
votes
3answers
438 views

Code ownership of personal tools used and created by employee

Are personal tools that were created by an employee of a company owned by the employee if they were not commissioned by the company he worked for? The scenario is as follows: The employee has long ...
2
votes
2answers
142 views

Unix commands through Oracle

I have created a PL/SQL a Java Source, and privileges have been granted. The PL/SQL procedure is executing and no error is coming up. Within the JavaSource there is the following unix command: ls ...
2
votes
4answers
428 views

How to launch a QProcess with root rights?

I need to launch gphoto2 from a Qt program. I do this: QString gphotoProgram = "/usr/bin/gphoto2"; QStringList gphotoArguments; gphotoArguments << "--capture-image"; QProcess *gphotoProcess = ...
2
votes
3answers
231 views

Checking if app can run without admin rights?

To get Windows users to log on as regular users instead of admin, I need to check that all their applications run OK with limited rights. Is there an application specifically aimed at checking that ...
2
votes
3answers
160 views

What rights do I have running my own website?

Me and a couple buddies are working on a website that involves heavy user commenting, feedback, opinions, etc. We expect some posts to have content that we do not want. We are wondering: by running ...
1
vote
1answer
24 views

OSX: modifying files with proper rights

I am trying to modify (delete, replace, ...) files which required admin rights to be modified. For the moment, the operation just fails. How to: Know that special rights are required Ask the user to ...
1
vote
2answers
85 views

Group vs role (Any real difference?)

Can anyone tell me, what's the real difference between group and role? Ive been trying to figure this out for some time now and the more information I read, the more I get the sence, that this is ...
1
vote
1answer
63 views

FluentNHibernate on a Oracle database, nullable foreignkey (Classic issue?)

Im in a bit of a jam. Problem NHibernate forces me to make a foreignkey column nullable, which is a very bad idea for our database and quite ugly. Is there a work around for this? Situation I ...
1
vote
1answer
63 views

How to give file level rights with SVN server

I am currently using SVN for Source Control (Visual SVN server + tortoise SVN) and we are starting a new project in a large team. I was wondering how to give commit rights on specific files or folder ...
1
vote
2answers
242 views

Visual studio 2010 setup project Admin rights

Visual studio 2010, Windows XP/7 I am not sure if I am doing right here but I have an application project with a (visual studio) Setup project. I have configured it so that install the application ...
1
vote
1answer
213 views

Request UAC Elevation c#

Hi when i try to open my app in win-xp it works fine but when i try it on win7 it says access to path (path location) is denied unless i open it as administrator so how can i give my app administrator ...
1
vote
2answers
131 views

PGsql : Grant every single right to a user on a schema

I can't figure out how to give every single right to a specific user, I want a user to have every single right on a schema: inserts, deletes, updates, selects, ... on existing tables I have tried ...
1
vote
2answers
150 views

PHP file uploads - private/public/shared views?

I'm writing a php file upload script for a project - I have seen all the great opensource ones out there (elFinder you rock), BUT I've decided to do my own as I have a level of user access rights that ...
1
vote
1answer
106 views

Which right should I sell in selling an Android app to a Telcom company to pre-install it on the Android devices they sell?

I developed a local language Android app some time ago & recently a Telcom company in my country gave me an offer to purchase my app in order to pre-install it on the Android devices they sell. ...
1
vote
1answer
253 views

C# administrator privilege - checking

I know that there are some similar questions. But I want to check only one thing. I only want to know if program is running as administrator. I want to check that because I want to edit some secured ...
1
vote
1answer
116 views

Dynamicly load assembly with limited rights

I am trying to gather some information on the following subject: I have developed an application that requires administrator rights. This is achieved with the following line in the manifest file: ...
1
vote
0answers
86 views

security context problem when accessing through synonyms

There is a user and two databases on server (db1 and db2). User can connect to server having default database db1 where he can exec sp. In sp syntax we use synonyms for db2 tables under dbo scheme. ...
1
vote
1answer
199 views

PostgreSQL, how can i restrict access to code in a function for a user?

I found out how to deny all access to tables for user in a schema. REVOKE ALL PRIVILEGES ON SCHEMA test FROM user; But what can i do to restrict access to all functions in a schema, so that user ...
1
vote
1answer
361 views

Install WinForms application without admin rights

I develop a Windows Forms application using VS 2008. Application will be deployed in Corporate Environment: a network (VPN, LAN) is in several cities, many PC clients Windows XP; and there is a only ...
1
vote
1answer
56 views

Limited acess right to backup postgresql

We are using pg_dumpall to make backups of our psql database. We have user with superuser rights that runs pg_dumpall. Everything works fine. The thing that in my opinin can be better is to limit ...
1
vote
1answer
513 views

Windows 7 Service differences between local system and local service

I have a rather complicated toolchain so prepare for a lengthy post until getting to the problem: I managed to get PDFCreator and a virtual PDF creating printer under Windows 7 running in server mode ...
1
vote
3answers
90 views

Is there a way to check if a user has specific rights?

In my application I'm using ntrights.exe, that is part of Windows Resource Kit, to grant and revoke a specific user right. For example to grant a user "Log on as a server" right, I execute using ...
1
vote
1answer
191 views

What are the minimum user permissions required to install a Windows service?

What are the minimum user permissions required to install a Windows service?
1
vote
1answer
241 views

Does g++ license(GPL) allows to do this?

Let's say a developer writes code in some new language, which he then sends to a server. That server takes the code he wrote and turns it into c++ code which is subsequently compiled. From there, that ...
1
vote
11answers
436 views

Is it OK to give users no way to change their password?

I think it's a Bad Thing to do, but I was hoping for an authoritative perspective, or at least a broad sampling. I personally feel that a user owns his or her password and that a website or software ...
1
vote
1answer
1k views

Why can I not set this ACL rule in C#?

Running as an elevated admin on Vista SP1, my C# app tries to set the following rule with the following code. No error is produced, but neither is any change on the directory's ACL. What am I missing? ...
0
votes
2answers
16 views

Change file permissions on linux server [closed]

I have transfered a test Joomla website to a new webserver. Both servers are linux servers. But now I can“t edit or delete files on the new server trough FTP connection. How can I fix it ?
0
votes
1answer
45 views

WordPress User roles/rights

I'm searching (a) plug-ins for user role and rights. My idea is to have an user geek1 which can only manage the the maincategory 'geeks'. He should be able to create & manage new subcategories, ...
0
votes
1answer
40 views

Licensing for commercial and non-commercial uses

I'd like to open source a piece of software I've written. For hobbyists just looking to play with the software, and use it for non-commercial purposes, I'd like to make the source and binaries ...
0
votes
1answer
28 views

Service or started program by a service with administrative rights

For updating our software we used a VB6 updating program, with update levels and different update sources. It copied the necessary files from the update sources to the local destination ( C:\program ...
0
votes
0answers
15 views

Designing a user/machine login system for application

Let say I have a number of computers that are placed on a piece of hardware. The hardware will be used by multiple users (1st shift/2nd shift/3rd shift). When my application starts up, it should ...
0
votes
1answer
242 views

Yii accessing a nested module

I have an admin module which I'm using for backend user management etc... I would like to have the 'rights' extension nested under this admin module and be able to get to it with ...
0
votes
1answer
138 views

FileSystemRights Issues (C#)

I'm fairly new to file systems and permissions/rights access (aka Access Control List, ACL). While coding with regards to ACL, I am not able to set properties I want to the files. I'm unsure if my ...
0
votes
1answer
21 views

proprietary driver - does this nullify rights? [closed]

if I use a proprietary driver in a software/hardware (based in linux) product I develop, can I still sell it/own rights to its use? Just curious.
0
votes
1answer
262 views

How to check access for Guest in unit tests in Yii?

I have an application written in Yii 1.1.8. I am currently developing a set of unit tests to cover user access rights. I am using yii-rights module and I discovered one odd thing about it. ...
0
votes
1answer
61 views

Rights required to generate EF model for DB2 tables

We are trying to use EF 4.1 to access DB2 tables. We have installed DB2 Connect 9.7 fix pack 4. We get to the point where we can select tables. All tables are shown. To test we select 2 of the ...
0
votes
1answer
81 views

Security: Handle Multiple User Rights

Now that my project is almost finished I am trying to implement the login and security. I got a table in my database with all the users in it. Next to the normal login and password columns I also got ...
0
votes
1answer
51 views

Setting group and owner of a file in obj-c

I am trying to change group and owner of a file in a cocoa application and was planning to use setAttributes:ofItemAtPath:error: method of NSFileManager However I was wondering how to get possible ...

1 2