Sponsored Content
Full Discussion: File permission
Operating Systems Linux Ubuntu File permission Post 302550506 by paragnehete on Friday 26th of August 2011 02:34:53 AM
Old 08-26-2011
I set rbash to that user & home dir to /var/www/drupal-6.2 but the problem is i want he can access anything inside drupal. rbash restricts cd command.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

The file permission

I have a file ( /tmp/file.txt ) , the file owner is user1:edp , the permission is 644 , I want everyone can overwrite the file but don't change the file owner and permssion , could suggest what can I do ? thx (2 Replies)
Discussion started by: ust
2 Replies

2. Shell Programming and Scripting

The file permission

there is a directory eg. /home/edp/ , all the files under this directory : 1. the file and directory owner is "user1" , 2. the permission is 644 I want everyone hv permission to overwrite all files and write a new file to it , but I want the file owner and permssion keep unchange , could... (1 Reply)
Discussion started by: ust
1 Replies

3. Solaris

File permission

Hi Folks I have a file with the following permission. -r-sr-lr-- 1 apps appsgp 7612 Dec 19 2001 startup Any idea what is the in the group means? In my mind I believe I need to be root to set l in the group. Am I right? I don't have root access now. When I (as apps) a chmod... (2 Replies)
Discussion started by: hlee411
2 Replies

4. UNIX for Dummies Questions & Answers

File Permission

Hi, When I listed one directory in Sun, it showed that : -rwsr-xr-x 1 root bsmbin 78004 Oct 21 2004 bsmprsm I don't know meaning of the character "s" in "rws" above. I have searched in Sun admin documents but no result. Would you please explain it ? :) Thank you so much. (1 Reply)
Discussion started by: msg098
1 Replies

5. Cybersecurity

file permission/acl: 2 users with write access on 1 file...

Hello, i need some help/advice on how to solve a particular problem. these are the users: |name | group | ---------- --------------- |boss | department1 | |assistant | department1 | |employee | department1 | |spy | department2 | this is the... (0 Replies)
Discussion started by: elzalem
0 Replies

6. Solaris

file permission

hi frnds can u explain /etc/shadow file have read and write permissions for root only but while normal user changes his passwd it also updated in that file whats the logic behind that. (2 Replies)
Discussion started by: sravan ega
2 Replies

7. Shell Programming and Scripting

file permission

Hi All, https://www.unix.com/unix-advanced-expert-users/105758-chmod-parent-sub-directories.html I have to change permission for the directories and subdirectories in single command when googled i found some updates but i understand what is switch. If there is a command please... (2 Replies)
Discussion started by: thelakbe
2 Replies

8. Shell Programming and Scripting

File permission

I have an application with the user mark and another user james is trying to run the application and ending up with file permission issues. The user mark has set the umask as 002, I wanted to have a setting so that anyone can run the application without any file permission issues. Can anyone... (2 Replies)
Discussion started by: Muthuraj K
2 Replies

9. Shell Programming and Scripting

MV file with other permission

Hello All I have a file with rw-rw-r permission I need to mv the file into different directory (dir has rwx-rwx-rwx permission) with an others permission The application which is moving the file falls in other group I am getting the error mv cannot renamed permission denied ... (12 Replies)
Discussion started by: Pratik4891
12 Replies

10. HP-UX

File permission

Hi, Could you please tell me the OS command to grant as similar to below permission? rwxrwxr-x OS -- HP-UX Regards, Maddy (8 Replies)
Discussion started by: Maddy123
8 Replies
webalizer_selinux(8)					     SELinux Policy webalizer					      webalizer_selinux(8)

NAME
webalizer_selinux - Security Enhanced Linux Policy for the webalizer processes DESCRIPTION
Security-Enhanced Linux secures the webalizer processes via flexible mandatory access control. The webalizer processes execute with the webalizer_t SELinux type. You can check if you have these processes running by executing the ps command with the -Z qualifier. For example: ps -eZ | grep webalizer_t ENTRYPOINTS
The webalizer_t SELinux type can be entered via the webalizer_exec_t file type. The default entrypoint paths for the webalizer_t domain are the following: /usr/bin/awffull, /usr/bin/webalizer, /usr/bin/webazolver PROCESS TYPES
SELinux defines process types (domains) for each process running on the system You can see the context of a process using the -Z option to ps Policy governs the access confined processes have to files. SELinux webalizer policy is very flexible allowing users to setup their webal- izer processes in as secure a method as possible. The following process types are defined for webalizer: webalizer_t Note: semanage permissive -a webalizer_t can be used to make the process type webalizer_t permissive. SELinux does not deny access to per- missive process types, but the AVC (SELinux denials) messages are still generated. BOOLEANS
SELinux policy is customizable based on least access required. webalizer policy is extremely flexible and has several booleans that allow you to manipulate the policy and run webalizer with the tightest access possible. If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlo- gin_nsswitch_use_ldap boolean. Disabled by default. setsebool -P authlogin_nsswitch_use_ldap 1 If you want to deny any process from ptracing or debugging any other processes, you must turn on the deny_ptrace boolean. Enabled by default. setsebool -P deny_ptrace 1 If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default. setsebool -P domain_fd_use 1 If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default. setsebool -P domain_kernel_load_modules 1 If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default. setsebool -P fips_mode 1 If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default. setsebool -P global_ssp 1 If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default. setsebool -P kerberos_enabled 1 If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default. setsebool -P nis_enabled 1 If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default. setsebool -P nscd_use_shm 1 NSSWITCH DOMAIN
If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the webalizer_t, you must turn on the authlogin_nsswitch_use_ldap boolean. setsebool -P authlogin_nsswitch_use_ldap 1 If you want to allow confined applications to run with kerberos for the webalizer_t, you must turn on the kerberos_enabled boolean. setsebool -P kerberos_enabled 1 MANAGED FILES
The SELinux process type webalizer_t can manage files labeled with the following file types. The paths listed are the default paths for these file types. Note the processes UID still need to have DAC permissions. anon_inodefs_t httpd_sys_content_t /srv/([^/]*/)?www(/.*)? /var/www(/.*)? /etc/htdig(/.*)? /srv/gallery2(/.*)? /var/lib/trac(/.*)? /var/lib/htdig(/.*)? /var/www/icons(/.*)? /usr/share/glpi(/.*)? /usr/share/htdig(/.*)? /usr/share/drupal.* /usr/share/z-push(/.*)? /var/www/svn/conf(/.*)? /usr/share/icecast(/.*)? /var/lib/cacti/rra(/.*)? /usr/share/ntop/html(/.*)? /usr/share/doc/ghc/html(/.*)? /usr/share/openca/htdocs(/.*)? /usr/share/selinux-policy[^/]*/html(/.*)? httpd_webalizer_content_t /var/www/usage(/.*)? webalizer_tmp_t webalizer_var_lib_t /var/lib/webalizer(/.*)? FILE CONTEXTS
SELinux requires files to have an extended attribute to define the file type. You can see the context of a file using the -Z option to ls Policy governs the access confined processes have to these files. SELinux webalizer policy is very flexible allowing users to setup their webalizer processes in as secure a method as possible. STANDARD FILE CONTEXT SELinux defines the file context types for the webalizer, if you wanted to store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk. semanage fcontext -a -t webalizer_etc_t '/srv/webalizer/content(/.*)?' restorecon -R -v /srv/mywebalizer_content Note: SELinux often uses regular expressions to specify labels that match multiple files. The following file types are defined for webalizer: webalizer_etc_t - Set files with the webalizer_etc_t type, if you want to store webalizer files in the /etc directories. webalizer_exec_t - Set files with the webalizer_exec_t type, if you want to transition an executable to the webalizer_t domain. Paths: /usr/bin/awffull, /usr/bin/webalizer, /usr/bin/webazolver webalizer_tmp_t - Set files with the webalizer_tmp_t type, if you want to store webalizer temporary files in the /tmp directories. webalizer_usage_t - Set files with the webalizer_usage_t type, if you want to treat the files as webalizer usage data. webalizer_var_lib_t - Set files with the webalizer_var_lib_t type, if you want to store the webalizer files under the /var/lib directory. webalizer_write_t - Set files with the webalizer_write_t type, if you want to treat the files as webalizer read/write content. Note: File context can be temporarily modified with the chcon command. If you want to permanently change the file context you need to use the semanage fcontext command. This will modify the SELinux labeling database. You will need to use restorecon to apply the labels. COMMANDS
semanage fcontext can also be used to manipulate default file context mappings. semanage permissive can also be used to manipulate whether or not a process type is permissive. semanage module can also be used to enable/disable/install/remove policy modules. semanage boolean can also be used to manipulate the booleans system-config-selinux is a GUI tool available to customize SELinux policy settings. AUTHOR
This manual page was auto-generated using sepolicy manpage . SEE ALSO
selinux(8), webalizer(8), semanage(8), restorecon(8), chcon(1), sepolicy(8) , setsebool(8) webalizer 14-06-10 webalizer_selinux(8)
All times are GMT -4. The time now is 03:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy