Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

setsebool(8) [mojave man page]

setsebool(8)						SELinux Command Line documentation					      setsebool(8)

NAME
setsebool - set SELinux boolean value SYNOPSIS
setsebool [ -P ] boolean value | bool1=val1 bool2=val2 ... DESCRIPTION
setsebool sets the current state of a particular SELinux boolean or a list of booleans to a given value. The value may be 1 or true or on to enable the boolean, or 0 or false or off to disable it. Without the -P option, only the current boolean value is affected; the boot-time default settings are not changed. If the -P option is given, all pending values are written to the policy file on disk. So they will be persistent across reboots. AUTHOR
This manual page was written by Dan Walsh <dwalsh@redhat.com>. The program was written by Tresys Technology. SEE ALSO
getsebool(8), booleans(8), togglesebool(8) dwalsh@redhat.com 11 Aug 2004 setsebool(8)

Check Out this Related Man Page

booleans(8)						SELinux Command Line documentation					       booleans(8)

NAME
booleans - Policy booleans enable runtime customization of SELinux policy. DESCRIPTION
This manual page describes SELinux policy booleans. The SELinux policy can include conditional rules that are enabled or disabled based on the current values of a set of policy booleans. These policy booleans allow runtime modification of the security policy without having to load a new policy. For example, the boolean httpd_enable_cgi allows the httpd daemon to run cgi scripts if it is enabled. If the administrator does not want to allow execution of cgi scripts, he can simply disable this boolean value. The policy defines a default value for each boolean, typically false. These default values can be overridden via local settings created via the setsebool(8) utility, using -P to make the setting persistent across reboots. The system-config-securitylevel tool provides a graphical interface for altering the settings. The load_policy(8) program will preserve current boolean settings upon a policy reload by default, or can optionally reset booleans to the boot-time defaults via the -b option. Boolean values can be listed by using the getsebool(8) utility and passing it the -a option. Boolean values can also be changed at runtime via the setsebool(8) utility or the togglesebool utility. By default, these utilities only change the current boolean value and do not affect the persistent settings, unless the -P option is used to setsebool. AUTHOR
This manual page was written by Dan Walsh <dwalsh@redhat.com>. The SELinux conditional policy support was developed by Tresys Technology. SEE ALSO
getsebool(8), setsebool(8), selinux(8), togglesebool(8) dwalsh@redhat.com 11 Aug 2004 booleans(8)
Man Page

10 More Discussions You Might Find Interesting

1. Linux

Unable to access fedora 10 shared folder from windows

Linux OS : Fedora 10 (No graphical mode) Windows OS : XP and Windows Server NT I am able to access from my windows to linux using following step //fedora10 ip username of admin and password I am able to view the admin and shared printer of fedora 10. When i try to enter in the admin... (0 Replies)
Discussion started by: nightmare49
0 Replies

2. Red Hat

Public file sharing on redhat

Hello, I want to share my folder on redhat like 192.168.x.x\share But I can't use 3rd party packets/application or something like that. And I want to see shared folder on windows2003 server command with \\192.168.x.x\share. Basicly I need to know what should I do step by step. (13 Replies)
Discussion started by: getrue
13 Replies

3. UNIX for Advanced & Expert Users

map unix directory to Windows 2003 server

Hi, I am new unix, In the unix server we have two folders 1. /home/directory/sub1/ 2. /home/directory/sub2/ Under each sub we have some other subfolders also. Here my question is I want to create sub2(including subfolder of this) as share drive to windows 2003 server. Can... (7 Replies)
Discussion started by: mabu.ps
7 Replies

4. Red Hat

configuring vsftpd

hi everybody, i am new to linux. iam using centos 6.2, and trying to configure ftp server in my local network, i have seen one fpt server how to videos tutriol but iam unable to follow i have some confussion in /etc/vsftpd/vsftpd.conf about userlist_enable and userlist_deny,... (6 Replies)
Discussion started by: paruhang
6 Replies

5. Red Hat

To make an ftp server writable

I want to implement an FTP server on RHEL 5.8 system where the users can upload files either from RHEL or Windows systems but am not able to copy files to it from a browser session. For eg. URL - ftp://10.101.17.80/incoming I want to copy files from to it from my Windows... (3 Replies)
Discussion started by: RHCE
3 Replies

6. Linux

Unable to connect to Server machine from a client machine using ftp service

Hi, Could you please help me with the below issue.. I'm running RHEL6 OS on both server (192.168.0.10) and client machines (192.168.0.1). I'm trying to connect to server from the client machine using ftp service. I have installed vsftpd daemon on both the machines. I'm getting... (4 Replies)
Discussion started by: raosr020
4 Replies

7. Red Hat

Implement FTP server on RHEL server without using FTP client

We have RHEL 5.8 in our environment, I had a query whether we can implement an FTP server using vsftpd package and Linux configurations like setsebool without using any external FTP clients like FileZilla etc. I am very confused on this. The FTP functionalities that should be present are download &... (3 Replies)
Discussion started by: RHCE
3 Replies

8. Red Hat

[Solved] FTP 553 Could not create file.

Hi, We have one server - "ftpserver", just setup with RedHat 5.7. ftpserver is able to get & put from another server, however, other server are unable to get or put in the ftpserver. # su - ftpuser $ pwd /home/ftpuser $ cd .. $ ls -ltr drwxrwxrwx 3 ftpuser ftpuser 4096 Sep 10 09:19... (0 Replies)
Discussion started by: beginningDBA
0 Replies

9. Linux

VSFTP Anonymous users

Hi all, Im trying to enable anonymous users to upload files, e.g. i like my cisco router to upload config files ... for now iv i have file in /pub/upload/test.txt i can download the file from windows pc but if i like to to upload iv got this error im testing with windows pc but the same iv... (2 Replies)
Discussion started by: IvanMP
2 Replies

10. Web Development

Passing variable from PHP to bash script

I am totally new to PHP and I am trying to create a script that will as a user for a hostname and then use the "hostname" variable to generate a report using REST API. I am able to create the html script and php script to GET the "hostname" but I am having trouble passing the hostname variable... (10 Replies)
Discussion started by: kieranfoley
10 Replies