priv_names(4) File Formats priv_names(4)NAME
priv_names - privilege definition file
SYNOPSIS
/etc/security/priv_names
DESCRIPTION
The priv_names file, located in /etc/security, defines the privileges with which a process can be associated. See privileges(5) for the
privilege definitions. In that man page, privileges correspond to privilege names in priv_names as shown in the following examples:
name in privileges(5) Name in priv_names
PRIV_FILE_CHOWN file_chown
PRIV_FILE_CHOWN_SELF file_chown_self
PRIV_FILE_DAC_EXECUTE file_dac_execute
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWesu |
+-----------------------------+-----------------------------+
|Interface Stability |Evolving |
+-----------------------------+-----------------------------+
SEE ALSO ppriv(1), attributes(5), privileges(5)SunOS 5.10 24 Nov 2003 priv_names(4)
Check Out this Related Man Page
priv_names(4) File Formats priv_names(4)NAME
priv_names - privilege definition file
SYNOPSIS
/etc/security/priv_names
DESCRIPTION
The priv_names file, located in /etc/security, defines the privileges with which a process can be associated. See privileges(5) for the
privilege definitions. In that man page, privileges correspond to privilege names in priv_names as shown in the following examples:
name in privileges(5) Name in priv_names
-----------------------------------------------------------
PRIV_FILE_CHOWN file_chown
PRIV_FILE_CHOWN_SELF file_chown_self
PRIV_FILE_DAC_EXECUTE file_dac_execute
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWesu |
+-----------------------------+-----------------------------+
|Interface Stability |Evolving |
+-----------------------------+-----------------------------+
SEE ALSO ppriv(1), attributes(5), privileges(5)SunOS 5.11 24 Nov 2003 priv_names(4)
I have a website that I am working on and one of the pages allows people to upload pictures to be used on other pages. My question is: is it safe to set the privileges to 777 on the folder that the pictures are saved in? Or would that open up my site to be hacked, bugged, wormed...and everything... (1 Reply)
Hello
is there any possibility to su - foo
but only with read privileges , even that there is no privileges set in the "foo" account
thanks allot (0 Replies)
Hi All,
I use "cp -R /fs/* /newfs" and I can copy everything except it won't have the files/directories the same privileges.
Is there a trick to this without using a software-backup.
Thanks in advance,
itik (3 Replies)
I have a question, I know for privileges, 4-READ, 2-Write, 1-Execute, so if a file has 754 privileges then owner has all privileges, folks in his groups can Read and execute that file. Others can only read the file.
So if there are three users A B C, A is the owner B is in GROUP AB and C is not... (1 Reply)
Salamo Alikom
i had install MySQL 5.1.33 binary version for FreeBSD ,when i logging to phpMyAdmin as root i see no privilege
to create database ,how can i solve this problem ? (1 Reply)
What are the default access privileges set for a FIFO.?
How can we change read and write privileges for a FIFO?
what are the commands for this above question ? (2 Replies)
Hello, I am writing a program which runs with root privileges, and it creates a child with lowered privileges and has to redirect it's stdout and stderr to a file and then run bash.
The problem is, whenever I read this file, I want to see all of the current output, even when the program is still... (10 Replies)