x( ) 1 VH g h |p ( $tI3~},/.bFhF S!P&"Nw"N"G#]]#O#k $Rw$q$f<%V%V%SQ&j&B'TS'^'(t(?>)Z~)Y)3*X,-,.?/ U0 _1 m2zy334I5536e6_R7e7f888]9::\^<b<\=+{=c=7 ><C>:>>>4>?,+?X??t?0?1?]@2u@K@2@]'AcAA,A&Bd9BNBB_C]eCEC- D7D4PD!D'D$D D_ERuEOE9F:RFFF7GBRGAG^Gs6HHAIJ1KV MgbMhM|3N(NOStKTIT VV,W/X.ZbG\]^iaGcSdP'eNxeNeGf]^fOfk gRxgqgf=hVhVhSRijiBjTTjjVktl?qmZmY nfnXpNq_rrs t u vzw'x;yz{3|e}_i}e}f/~E~~V\b\^+cKXD܆,4<NW7rˆs52ftb׋|N8( uL2cxi{e^ĕ/{ؗTk,^kH &VS_ZIN9:jx6.@gBY]F>JEvs4T5 KlfHhQ'cWk0i^ *[1oPUrMRpXe") t<=$; qC 73a(,A2m+&w\-8dbu!D#LO%nG`/? dac_override and dac_read_search capabilities usually indicates that the root process does not have access to a file based on the permission flags. This usually mean you have some file with the wrong ownership/permissions on it. SELinux denied access requested by $SOURCE. It is not expected that this access is required by $SOURCE and this access may signal an intrusion attempt. It is also possible that the specific version or configuration of the application is causing it to require additional access. Attempt restorecon -v '$TARGET_PATH' or chcon -t SIMILAR_TYPE '$TARGET_PATH' Changing the "$BOOLEAN" boolean to true will allow this access: "setsebool -P $BOOLEAN=1" Changing the "$BOOLEAN" boolean to true will allow this access: "setsebool -P $BOOLEAN=1." Changing the "allow_ftpd_use_nfs" boolean to true will allow this access: "setsebool -P allow_ftpd_use_nfs=1." Changing the file_context to mnt_t will allow mount to mount the file system: "chcon -t mnt_t '$TARGET_PATH'." You must also change the default file context files on the system in order to preserve them even on a full relabel. "semanage fcontext -a -t mnt_t '$FIX_TARGET_PATH'" If httpd scripts should be allowed to write to public directories you need to turn on the $BOOLEAN boolean and change the file context of the public directory to public_content_rw_t. Read the httpd_selinux man page for further information: "setsebool -P $BOOLEAN=1; chcon -t public_content_rw_t " You must also change the default file context labeling files on the system in order to preserve public directory labeling even on a full relabel. "semanage fcontext -a -t public_content_rw_t " If you want $SOURCE to continue, you must turn on the $BOOLEAN boolean. Note: This boolean will affect all applications on the system. If you want httpd to send mail you need to turn on the $BOOLEAN boolean: "setsebool -P $BOOLEAN=1" If you want to allow $SOURCE to bind to port $PORT_NUMBER, you can execute # semanage port -a -t PORT_TYPE -p %s $PORT_NUMBER where PORT_TYPE is one of the following: %s. If this system is running as an NIS Client, turning on the allow_ypbind boolean may fix the problem. setsebool -P allow_ypbind=1. If you want to allow $SOURCE to connect to $PORT_NUMBER, you can execute # sandbox -X -t sandbox_net_t $SOURCE If you want to allow $SOURCE to connect to $PORT_NUMBER, you can execute # semanage port -a -t PORT_TYPE -p %s $PORT_NUMBER where PORT_TYPE is one of the following: %s. If you want to change the file context of $TARGET_PATH so that the automounter can execute it you can execute "chcon -t bin_t $TARGET_PATH". If you want this to survive a relabel, you need to permanently change the file context: execute "semanage fcontext -a -t bin_t '$FIX_TARGET_PATH'". SELinux denied access requested by $SOURCE. It is not expected that this access is required by $SOURCE and this access may signal an intrusion attempt. It is also possible that the specific version or configuration of the application is causing it to require additional access. SELinux denied access requested by the $SOURCE command. It looks like this is either a leaked descriptor or $SOURCE output was redirected to a file it is not allowed to access. Leaks usually can be ignored since SELinux is just closing the leak and reporting the error. The application does not use the descriptor, so it will run properly. If this is a redirection, you will not get output in the $TARGET_PATH. You should generate a bugzilla on selinux-policy, and it will get routed to the appropriate package. You can safely ignore this avc. SELinux denied access to $TARGET_PATH requested by $SOURCE. $TARGET_PATH has a context used for sharing by a different program. If you would like to share $TARGET_PATH from $SOURCE also, you need to change its file context to public_content_t. If you did not intend to allow this access, this could signal an intrusion attempt. SELinux denied cvs access to $TARGET_PATH. If this is a CVS repository it needs to have a file context label of cvs_data_t. If you did not intend to use $TARGET_PATH as a CVS repository it could indicate either a bug or it could signal an intrusion attempt. SELinux denied xen access to $TARGET_PATH. If this is a XEN image, it has to have a file context label of xen_image_t. The system is setup to label image files in directory /var/lib/xen/images correctly. We recommend that you copy your image file to /var/lib/xen/images. If you really want to have your xen image files in the current directory, you can relabel $TARGET_PATH to be xen_image_t using chcon. You also need to execute semanage fcontext -a -t xen_image_t '$FIX_TARGET_PATH' to add this new path to the system defaults. If you did not intend to use $TARGET_PATH as a xen image it could indicate either a bug or an intrusion attempt. SELinux has denied the $SOURCE access to potentially mislabeled files $TARGET_PATH. This means that SELinux will not allow httpd to use these files. If httpd should be allowed this access to these files you should change the file context to one of the following types, %s. Many third party apps install html files in directories that SELinux policy cannot predict. These directories have to be labeled with a file context which httpd can access. SELinux has denied the $SOURCE_PATH from executing potentially mislabeled files $TARGET_PATH. Automounter can be setup to execute configuration files. If $TARGET_PATH is an automount executable configuration file it needs to have a file label of bin_t. If automounter is trying to execute something that it is not supposed to, this could indicate an intrusion attempt. SELinux has prevented vbetool from performing an unsafe memory operation. SELinux has prevented wine from performing an unsafe memory operation. SELinux is preventing $SOURCE_PATH "$ACCESS" access on $TARGET_PATH. SELinux is preventing $SOURCE_PATH "$ACCESS" access to $TARGET_PATH. SELinux is preventing $SOURCE_PATH "$ACCESS" to $TARGET_PATH. SELinux is preventing $SOURCE_PATH access to a leaked $TARGET_PATH file descriptor. SELinux is preventing $SOURCE_PATH from binding to port $PORT_NUMBER. SELinux is preventing $SOURCE_PATH from changing the access protection of memory on the heap. SELinux is preventing $SOURCE_PATH from connecting to port $PORT_NUMBER. SELinux is preventing $SOURCE_PATH from creating a file with a context of $SOURCE_TYPE on a filesystem. SELinux is preventing $SOURCE_PATH from loading $TARGET_PATH which requires text relocation. SELinux is preventing $SOURCE_PATH from making the program stack executable. SELinux is preventing Samba ($SOURCE_PATH) "$ACCESS" access to $TARGET_PATH. SELinux is preventing cvs ($SOURCE_PATH) "$ACCESS" access to $TARGET_PATH SELinux is preventing the $SOURCE_PATH from executing potentially mislabeled files $TARGET_PATH. SELinux is preventing the http daemon from sending mail. SELinux is preventing xen ($SOURCE_PATH) "$ACCESS" access to $TARGET_PATH. SELinux policy is preventing an httpd script from writing to a public directory. SELinux policy is preventing an httpd script from writing to a public directory. If httpd is not setup to write to public directories, this could signal an intrusion attempt. SELinux prevented $SOURCE from mounting on the file or directory "$TARGET_PATH" (type "$TARGET_TYPE"). SELinux prevented httpd $ACCESS access to http files. SELinux prevented the ftp daemon from $ACCESS files stored on a CIFS filesystem. SELinux prevented the ftp daemon from $ACCESS files stored on a NFS filesystem. The $SOURCE application attempted to change the access protection of memory on the heap (e.g., allocated using malloc). This is a potential security problem. Applications should not be doing this. Applications are sometimes coded incorrectly and request this permission. The SELinux Memory Protection Tests web page explains how to remove this requirement. If $SOURCE does not work and you need it to work, you can configure SELinux temporarily to allow this access until the application is fixed. Please file a bug report against this package. Use a command like "cp -p" to preserve all permissions except SELinux context. You can alter the file context by executing chcon -R -t rsync_data_t '$TARGET_PATH' You must also change the default file context files on the system in order to preserve them even on a full relabel. "semanage fcontext -a -t rsync_data_t '$FIX_TARGET_PATH'" You can alter the file context by executing chcon -R -t samba_share_t '$TARGET_PATH' You must also change the default file context files on the system in order to preserve them even on a full relabel. "semanage fcontext -a -t samba_share_t '$FIX_TARGET_PATH'" You can alter the file context by executing chcon -t public_content_t '$TARGET_PATH' You must also change the default file context files on the system in order to preserve them even on a full relabel. "semanage fcontext -a -t public_content_t '$FIX_TARGET_PATH'" You can alter the file context by executing chcon -t swapfile_t '$TARGET_PATH' You must also change the default file context files on the system in order to preserve them even on a full relabel. "semanage fcontext -a -t swapfile_t '$FIX_TARGET_PATH'" You can alter the file context by executing chcon -t virt_image_t '$TARGET_PATH' You must also change the default file context files on the system in order to preserve them even on a full relabel. "semanage fcontext -a -t virt_image_t '$FIX_TARGET_PATH'" You can alter the file context by executing chcon -t xen_image_t '$TARGET_PATH' You must also change the default file context files on the system in order to preserve them even on a full relabel. "semanage fcontext -a -t xen_image_t '$FIX_TARGET_PATH'" You can execute the following command as root to relabel your computer system: "touch /.autorelabel; reboot" You can generate a local policy module to allow this access - see FAQ Please file a bug report. You can generate a local policy module to allow this access - see FAQ You can restore the default system context to this file by executing the restorecon command. restorecon '$SOURCE_PATH'. You can restore the default system context to this file by executing the restorecon command. restorecon '$TARGET_PATH', if this file is a directory, you can recursively restore using restorecon -R '$TARGET_PATH'. Your system may be seriously compromised! Your system may be seriously compromised! $SOURCE_PATH attempted to mmap low kernel memory. Your system may be seriously compromised! $SOURCE_PATH tried to load a kernel module. Your system may be seriously compromised! $SOURCE_PATH tried to modify SELinux enforcement. Your system may be seriously compromised! $SOURCE_PATH tried to modify kernel configuration. Disable IPV6 properly. Either remove the mozplluger package by executing 'yum remove mozplugger' Or turn off enforcement of SELinux over the Firefox plugins. setsebool -P unconfined_mozilla_plugin_transition 0 If you decide to continue to run the program in question you will need to allow this operation. This can be done on the command line by executing: # setsebool -P mmap_low_allowed 1 You tried to place a type on a %s that is not a file type. This is not allowed, you must assigne a file type. You can list all file types using the seinfo command. seinfo -afile_type -x Changing the "$BOOLEAN" and "$WRITE_BOOLEAN" booleans to true will allow this access: "setsebool -P $BOOLEAN=1 $WRITE_BOOLEAN=1". warning: setting the "$WRITE_BOOLEAN" boolean to true will allow the ftp daemon to write to all public content (files and directories with type public_content_t) in addition to writing to files and directories on CIFS filesystems. # semanage fcontext -a -t SIMILAR_TYPE '$FIX_TARGET_PATH' # restorecon -v '$FIX_TARGET_PATH'# semanage fcontext -a -t samba_share_t '$FIX_TARGET_PATH%s' # restorecon %s -v '$FIX_TARGET_PATH'# semanage fcontext -a -t virt_image_t '$FIX_TARGET_PATH' # restorecon -v '$FIX_TARGET_PATH'# semanage port -a -t %s -p %s $PORT_NUMBER# semanage port -a -t PORT_TYPE -p %s $PORT_NUMBER where PORT_TYPE is one of the following: %s.A process might be attempting to hack into your system.Add net.ipv6.conf.all.disable_ipv6 = 1 to /etc/sysctl.conf Contact your security administrator and report this issue.Restore ContextRestore ContextSELinux is preventing $SOURCE_PATH "$ACCESS" access.Turn off memory protectionYou can read '%s' man page for more details.You might have been hacked.You must tell SELinux about this by enabling the '%s' boolean. You need to change the label on $FIX_TARGET_PATHYou need to change the label on $TARGET_BASE_PATHYou need to change the label on $TARGET_BASE_PATH to public_content_t or public_content_rw_t.You need to change the label on $TARGET_BASE_PATH'You need to change the label on $TARGET_PATH to a type of a similar device.You need to change the label on '$FIX_TARGET_PATH'You should report this as a bug. You can generate a local policy module to allow this access.You should report this as a bug. You can generate a local policy module to dontaudit this access.execstack -c %sif you think that you might have been hackedsetsebool -P %s %sturn on full auditing to get path information about the offending file and generate the error again.use a command like "cp -p" to preserve all permissions except SELinux context.you can run restorecon.you may be under attack by a hacker, since confined applications should never need this access.you may be under attack by a hacker, since confined applications should not need this access.you may be under attack by a hacker, this is a very dangerous access.you must change the labeling on $TARGET_PATH.you must fix the labels.you must move the cert file to the ~/.cert directoryyou must pick a valid file label.you must remove the mozplugger package.you must setup SELinux to allow thisyou must tell SELinux about thisyou must tell SELinux about this by enabling the 'httpd_unified' and 'http_enable_cgi' booleansyou must tell SELinux about this by enabling the vbetool_mmap_zero_ignore boolean.you must tell SELinux about this by enabling the wine_mmap_zero_ignore boolean.you must turn off SELinux controls on the Chrome plugins.you must turn off SELinux controls on the Firefox plugins.you need to add labels to it.you need to change the label on $TARGET_PATH to public_content_rw_t, and potentially turn on the allow_httpd_sys_script_anon_write boolean.you need to fully relabel.you need to report a bug. This is a potentially dangerous access.you need to report a bug. This is a potentially dangerous access.you need to set /proc/sys/net/ipv6/conf/all/disable_ipv6 to 1 and do not blacklist the module'you need to use a different command. You are not allowed to preserve the SELinux context on the target file system.you should clear the execstack flag and see if $SOURCE_PATH works correctly. Report this as a bug on %s. You can clear the exestack flag by executing:Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: PO-Revision-Date: 2017-08-31 08:32-0400 Last-Translator: Copied by Zanata Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/fedora/language/pa/) Language: pa MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); X-Generator: Zanata 4.6.2 dac_override and dac_read_search capabilities usually indicates that the root process does not have access to a file based on the permission flags. This usually mean you have some file with the wrong ownership/permissions on it. SELinux denied access requested by $SOURCE. It is not expected that this access is required by $SOURCE and this access may signal an intrusion attempt. It is also possible that the specific version or configuration of the application is causing it to require additional access. Attempt restorecon -v '$TARGET_PATH' or chcon -t SIMILAR_TYPE '$TARGET_PATH' Changing the "$BOOLEAN" boolean to true will allow this access: "setsebool -P $BOOLEAN=1" Changing the "$BOOLEAN" boolean to true will allow this access: "setsebool -P $BOOLEAN=1." Changing the "allow_ftpd_use_nfs" boolean to true will allow this access: "setsebool -P allow_ftpd_use_nfs=1." Changing the file_context to mnt_t will allow mount to mount the file system: "chcon -t mnt_t '$TARGET_PATH'." You must also change the default file context files on the system in order to preserve them even on a full relabel. "semanage fcontext -a -t mnt_t '$FIX_TARGET_PATH'" ਜੇ httpd ਸਕਰਿਪਟ ਨੂੰ ਪਬਲਿਕ ਡਾਇਰੈਕਟਰੀਆਂ ਵਿੱਚ ਲਿਖਣ ਦੀ ਮਨਜੂਰੀ ਚਾਹੀਦੀ ਹੈ ਤਾਂ ਤੁਹਾਨੂੰ $BOOLEAN ਬੂਲੀਅਨ ਚਾਲੂ ਕਰਨਾ ਪਵੇਗਾ ਅਤੇ ਪਬਲਿਕ ਫਾਇਲ ਦੇ ਫਾਇਲ ਕੰਟੈਕਸਟ ਨੂੰ public_content_rw_t ਬਣਾਉਣਾ ਪਵੇਗਾ। ਹੋਰ ਜਾਣਕਾਰੀ ਲਈ httpd_selinux man ਪੇਜ਼ ਪੜ੍ਹੋ: "setsebool -P $BOOLEAN=1; chcon -t public_content_rw_t " ਤੁਹਾਨੂੰ ਮੂਲ ਫਾਇਲ ਕੰਟੈਕਸਟ ਲੇਬਲਿੰਗ ਫਾਇਲਾਂ ਨੂੰ ਵੀ ਤਬਦੀਲ ਕਰਨਾ ਪਵੇਗਾ ਜੋ ਸਿਸਟਮ ਉੱਪਰ ਹਨ ਤਾਂ ਜੋ ਪਬਲਿਕ ਡੈਇਰੈਕਟਰੀ ਲੇਬਲਿੰਗ ਬਰਕਰਾਰ ਰੱਖੀ ਜਾਏ। "semanage fcontext -a -t public_content_rw_t " If you want $SOURCE to continue, you must turn on the $BOOLEAN boolean. Note: This boolean will affect all applications on the system. If you want httpd to send mail you need to turn on the $BOOLEAN boolean: "setsebool -P $BOOLEAN=1" If you want to allow $SOURCE to bind to port $PORT_NUMBER, you can execute # semanage port -a -t PORT_TYPE -p %s $PORT_NUMBER where PORT_TYPE is one of the following: %s. If this system is running as an NIS Client, turning on the allow_ypbind boolean may fix the problem. setsebool -P allow_ypbind=1. ਜੇ ਤੁਸੀਂ $SOURCE ਨੂੰ $PORT_NUMBER ਨਾਲ ਜੁੜਨ ਦੀ ਇਜਾਜਤ ਦੇਣਾ ਚਾਹੁੰਦੇ ਹੋ, ਤੁਸੀਂ ਚਲਾ ਸਕਦੇ ਹੋ # sandbox -X -t sandbox_net_t $SOURCE If you want to allow $SOURCE to connect to $PORT_NUMBER, you can execute # semanage port -a -t PORT_TYPE -p %s $PORT_NUMBER where PORT_TYPE is one of the following: %s. If you want to change the file context of $TARGET_PATH so that the automounter can execute it you can execute "chcon -t bin_t $TARGET_PATH". If you want this to survive a relabel, you need to permanently change the file context: execute "semanage fcontext -a -t bin_t '$FIX_TARGET_PATH'". SELinux denied access requested by $SOURCE. It is not expected that this access is required by $SOURCE and this access may signal an intrusion attempt. It is also possible that the specific version or configuration of the application is causing it to require additional access. SELinux denied access requested by the $SOURCE command. It looks like this is either a leaked descriptor or $SOURCE output was redirected to a file it is not allowed to access. Leaks usually can be ignored since SELinux is just closing the leak and reporting the error. The application does not use the descriptor, so it will run properly. If this is a redirection, you will not get output in the $TARGET_PATH. You should generate a bugzilla on selinux-policy, and it will get routed to the appropriate package. You can safely ignore this avc. SELinux denied access to $TARGET_PATH requested by $SOURCE. $TARGET_PATH has a context used for sharing by a different program. If you would like to share $TARGET_PATH from $SOURCE also, you need to change its file context to public_content_t. If you did not intend to allow this access, this could signal an intrusion attempt. SELinux denied cvs access to $TARGET_PATH. If this is a CVS repository it needs to have a file context label of cvs_data_t. If you did not intend to use $TARGET_PATH as a CVS repository it could indicate either a bug or it could signal an intrusion attempt. SELinux denied xen access to $TARGET_PATH. If this is a XEN image, it has to have a file context label of xen_image_t. The system is setup to label image files in directory /var/lib/xen/images correctly. We recommend that you copy your image file to /var/lib/xen/images. If you really want to have your xen image files in the current directory, you can relabel $TARGET_PATH to be xen_image_t using chcon. You also need to execute semanage fcontext -a -t xen_image_t '$FIX_TARGET_PATH' to add this new path to the system defaults. If you did not intend to use $TARGET_PATH as a xen image it could indicate either a bug or an intrusion attempt. SELinux has denied the $SOURCE access to potentially mislabeled files $TARGET_PATH. This means that SELinux will not allow httpd to use these files. If httpd should be allowed this access to these files you should change the file context to one of the following types, %s. Many third party apps install html files in directories that SELinux policy cannot predict. These directories have to be labeled with a file context which httpd can access. SELinux has denied the $SOURCE_PATH from executing potentially mislabeled files $TARGET_PATH. Automounter can be setup to execute configuration files. If $TARGET_PATH is an automount executable configuration file it needs to have a file label of bin_t. If automounter is trying to execute something that it is not supposed to, this could indicate an intrusion attempt. SELinux has prevented vbetool from performing an unsafe memory operation. SELinux has prevented wine from performing an unsafe memory operation. SELinux is preventing $SOURCE_PATH "$ACCESS" access on $TARGET_PATH. SELinux is preventing $SOURCE_PATH "$ACCESS" access to $TARGET_PATH. SELinux is preventing $SOURCE_PATH "$ACCESS" to $TARGET_PATH. SELinux is preventing $SOURCE_PATH access to a leaked $TARGET_PATH file descriptor. SELinux is preventing $SOURCE_PATH from binding to port $PORT_NUMBER. SELinux is preventing $SOURCE_PATH from changing the access protection of memory on the heap. SELinux is preventing $SOURCE_PATH from connecting to port $PORT_NUMBER. SELinux is preventing $SOURCE_PATH from creating a file with a context of $SOURCE_TYPE on a filesystem. SELinux is preventing $SOURCE_PATH from loading $TARGET_PATH which requires text relocation. SELinux is preventing $SOURCE_PATH from making the program stack executable. SELinux is preventing Samba ($SOURCE_PATH) "$ACCESS" access to $TARGET_PATH. SELinux is preventing cvs ($SOURCE_PATH) "$ACCESS" access to $TARGET_PATH SELinux is preventing the $SOURCE_PATH from executing potentially mislabeled files $TARGET_PATH. SELinux is preventing the http daemon from sending mail. SELinux is preventing xen ($SOURCE_PATH) "$ACCESS" access to $TARGET_PATH. SELinux ਨੀਤੀ httpd ਸਕਰਿਪਟ ਨੂੰ ਜਨਤਕ ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਲਿਖਣ ਤੋਂ ਰੋਕਦੀ ਹੈ। SELinux ਨੀਤੀ ਇੱਕ httpd ਸਕ੍ਰਿਪਟ ਨੂੰ ਜਨਤਕ ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਲਿਖੇ ਜਾਣੋ ਬਚਾਉਂਦੀ ਹੈ। ਜੇ httpd ਜਨਤਕ ਡਾਇਰੈਕਟਰੀਆਂ ਵਿੱਚ ਲਿਖਣ ਲਈ ਸੈੱਟ ਨਹੀਂ, ਇਹ ਘੁਸਪੈਠ ਦੀ ਕੋਸ਼ਿਸ਼ ਦਾ ਸੰਕੇਤ ਦੇ ਸਕਦੀ ਸੀ। SELinux prevented $SOURCE from mounting on the file or directory "$TARGET_PATH" (type "$TARGET_TYPE"). SELinux prevented httpd $ACCESS access to http files. SELinux prevented the ftp daemon from $ACCESS files stored on a CIFS filesystem. SELinux prevented the ftp daemon from $ACCESS files stored on a NFS filesystem. The $SOURCE application attempted to change the access protection of memory on the heap (e.g., allocated using malloc). This is a potential security problem. Applications should not be doing this. Applications are sometimes coded incorrectly and request this permission. The SELinux Memory Protection Tests web page explains how to remove this requirement. If $SOURCE does not work and you need it to work, you can configure SELinux temporarily to allow this access until the application is fixed. Please file a bug report against this package. Use a command like "cp -p" to preserve all permissions except SELinux context. You can alter the file context by executing chcon -R -t rsync_data_t '$TARGET_PATH' You must also change the default file context files on the system in order to preserve them even on a full relabel. "semanage fcontext -a -t rsync_data_t '$FIX_TARGET_PATH'" You can alter the file context by executing chcon -R -t samba_share_t '$TARGET_PATH' You must also change the default file context files on the system in order to preserve them even on a full relabel. "semanage fcontext -a -t samba_share_t '$FIX_TARGET_PATH'" You can alter the file context by executing chcon -t public_content_t '$TARGET_PATH' You must also change the default file context files on the system in order to preserve them even on a full relabel. "semanage fcontext -a -t public_content_t '$FIX_TARGET_PATH'" You can alter the file context by executing chcon -t swapfile_t '$TARGET_PATH' You must also change the default file context files on the system in order to preserve them even on a full relabel. "semanage fcontext -a -t swapfile_t '$FIX_TARGET_PATH'" You can alter the file context by executing chcon -t virt_image_t '$TARGET_PATH' You must also change the default file context files on the system in order to preserve them even on a full relabel. "semanage fcontext -a -t virt_image_t '$FIX_TARGET_PATH'" You can alter the file context by executing chcon -t xen_image_t '$TARGET_PATH' You must also change the default file context files on the system in order to preserve them even on a full relabel. "semanage fcontext -a -t xen_image_t '$FIX_TARGET_PATH'" You can execute the following command as root to relabel your computer system: "touch /.autorelabel; reboot" ਤੁਸੀਂ ਇੱਕ ਲੋਕਲ ਪਾਲਿਸੀ ਮੈਡਿਊਲ ਬਣਾ ਸਕਦੇ ਹੋ ਜੋ ਇਸ ਪਹੁੰਚ ਨੂੰ ਮਨਜੂਰ ਕਰਦਾ ਹੈ - ਆਮ-ਸਵਾਲ-ਜਵਾਬ ਵੇਖੋ ਕਿਰਪਾ ਕਰਕੇ ਇੱਕ ਬੱਗ ਫਾਇਲ ਕਰੋ। ਤੁਸੀਂ ਇੱਕ ਲੋਕਲ ਪਾਲਿਸੀ ਮੈਡਿਊਲ ਬਣਾ ਸਕਦੇ ਹੋ ਜੋ ਇਸ ਪਹੁੰਚ ਨੂੰ ਮਨਜੂਰ ਕਰਦਾ ਹੈ - ਆਮ-ਸਵਾਲ-ਜਵਾਬ ਵੇਖੋ ਤੁਸੀਂ ਇਸ ਫਾਈਲ ਨੂੰ ਮੂਲ ਸਿਸਟਮ ਕੰਟੈਕਸਟ ਤੇ ਮੁੜ ਬਹਾਲ ਕਰ ਸਕਦੇ ਹੋ ਇਹ restorecon ਕਮਾਂਡ ਚਲਾ ਕੇ। restorecon '$SOURCE_PATH'। You can restore the default system context to this file by executing the restorecon command. restorecon '$TARGET_PATH', if this file is a directory, you can recursively restore using restorecon -R '$TARGET_PATH'. Your system may be seriously compromised! Your system may be seriously compromised! $SOURCE_PATH attempted to mmap low kernel memory. Your system may be seriously compromised! $SOURCE_PATH tried to load a kernel module. Your system may be seriously compromised! $SOURCE_PATH tried to modify SELinux enforcement. Your system may be seriously compromised! $SOURCE_PATH tried to modify kernel configuration. IPV6 ਨੂੰ ਠੀਕ ਤਰਾਂ ਅਯੋਗ ਕਰੋ। Either remove the mozplluger package by executing 'yum remove mozplugger' Or turn off enforcement of SELinux over the Firefox plugins. setsebool -P unconfined_mozilla_plugin_transition 0 ਜੇ ਤੁਸੀਂ ਪਰੋਗਰਾਮ ਨੂੰ ਸਵਾਲਾਂ ਵਿੱਚ ਚਲਾਉਣ ਬਾਰੇ ਫੈਸਲਾ ਕੀਤਾ ਹੈ ਤਾਂ ਤੁਹਾਨੂੰ ਇਸ ਕਾਰਵਾਈ ਨੂੰ ਮਨਜੂਰ ਕਰਨਾ ਪਵੇਗਾ। ਅਜਿਹਾ ਕਮਾਂਡ ਲਾਈਨ ਤੇ ਹੇਠਲੀ ਕਮਾਂਡ ਨਾਲ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ: # setsebool -P mmap_low_allowed 1 You tried to place a type on a %s that is not a file type. This is not allowed, you must assigne a file type. You can list all file types using the seinfo command. seinfo -afile_type -x Changing the "$BOOLEAN" and "$WRITE_BOOLEAN" booleans to true will allow this access: "setsebool -P $BOOLEAN=1 $WRITE_BOOLEAN=1". warning: setting the "$WRITE_BOOLEAN" boolean to true will allow the ftp daemon to write to all public content (files and directories with type public_content_t) in addition to writing to files and directories on CIFS filesystems. # semanage fcontext -a -t SIMILAR_TYPE '$FIX_TARGET_PATH' # restorecon -v '$FIX_TARGET_PATH'# semanage fcontext -a -t samba_share_t '$FIX_TARGET_PATH%s' # restorecon %s -v '$FIX_TARGET_PATH'# semanage fcontext -a -t virt_image_t '$FIX_TARGET_PATH' # restorecon -v '$FIX_TARGET_PATH'# semanage port -a -t %s -p %s $PORT_NUMBER# semanage port -a -t PORT_TYPE -p %s $PORT_NUMBER where PORT_TYPE is one of the following: %s.ਇੱਕ ਕਾਰਜ ਤੁਹਾਡੇ ਸਿਸਟਮ ਵਿੱਚ ਹਮਲਾ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰਦਾ ਹੋ ਸਕਦਾ ਹੈ।net.ipv6.conf.all.disable_ipv6 = 1 ਨੂੰ /etc/sysctl.conf ਵਿੱਚ ਜੋੜੋ ਆਪਣੇ ਸੁਰੱਖਿਆ ਪਰਬੰਧਨ ਨਾਲ ਸੰਪਰਕ ਕਰੋ ਅਤੇ ਇਸ ਮੁੱਦੇ ਬਾਰੇ ਦੱਸੋ।Restore Contextਪ੍ਰਸੰਗ ਮੁੜ-ਸੰਭਾਲSELinux is preventing $SOURCE_PATH "$ACCESS" access.ਮੈਮੋਰੀ ਸੁਰੱਖਿਆ ਬੰਦ ਕਰੋਤੁਸੀਂ ਵੇਰਵੇ ਲਈ '%s' man ਪੇਜ਼ ਪੜ ਸਕਦੇ ਹੋ।ਤੁਸੀਂ ਹੈਕ ਹੋ ਸਕਦੇ ਹੋ।ਤੁਹਾਨੂੰ ਇਸ ਬਾਰੇ SELinux ਨੂੰ '%s' ਬੂਲੀਅਨ ਯੋਗ ਕਰ ਕੇ ਜਰੂਰ ਦੱਸਣਾ ਚਾਹੀਦਾ ਹੈ। ਤੁਹਾਨੂੰ $FIX_TARGET_PATH ਉੱਪਰ ਲੇਬਲ ਤਬਦੀਲ ਕਰਨ ਦੀ ਲੋੜ ਹੈਤੁਹਾਨੂੰ $TARGET_BASE_PATH ਉੱਪਰ ਲੇਬਲ ਤਬਦੀਲ ਕਰਨ ਦੀ ਲੋੜ ਹੈਤੁਹਾਨੂੰ $TARGET_BASE_PATH ਉੱਪਰ ਲੇਬਲ ਨੂੰ public_content_t ਜਾਂ public_content_rw_t ਵਿੱਚ ਤਬਦੀਲ ਕਰਨ ਦੀ ਲੋੜ ਹੈ।You need to change the label on $TARGET_BASE_PATH'ਤੁਹਾਨੂੰ $TARGET_PATH ਉੱਪਰ ਇੱਕੋ ਜਿਹੇ ਜੰਤਰ ਦੀ ਕਿਸਮ ਵਾਲੇ ਲੇਬਲ ਨਾਲ ਤਬਦੀਲ ਕਰਨਾ ਚਾਹੀਦਾ ਹੈ।ਤੁਹਾਨੂੰ '$FIX_TARGET_PATH' ਉੱਪਰ ਲੇਬਲ ਤਬਦੀਲ ਕਰਨ ਦੀ ਲੋੜ ਹੈਤੁਹਾਨੂੰ ਇਹ ਬੱਗ ਦੇ ਤੌਰ ਤੇ ਰਿਪੋਰਟ ਕਰਨਾ ਚਾਹੀਦਾ ਹੈ। ਤੁਸੀਂ ਇਸ ਪਹੁੰਚ ਨੂੰ ਮਨਜੂਰ ਕਰਨ ਲਈ ਇੱਕ ਲੋਕਲ ਪਾਲਿਸੀ ਬਣਾ ਸਕਦੇ ਹੋ।ਤੁਹਾਨੂੰ ਇਹ ਬੱਗ ਦੇ ਤੌਰ ਤੇ ਰਿਪੋਰਟ ਕਰਨਾ ਚਾਹੀਦਾ ਹੈ। ਤੁਸੀਂ ਇਸ ਪਹੁੰਚ ਨੂੰ dontaudit ਕਰਨ ਲਈ ਇੱਕ ਲੋਕਲ ਪਾਲਿਸੀ ਬਣਾ ਸਕਦੇ ਹੋ।execstack -c %sਜੇ ਤੁਸੀਂ ਸੋਚਦੇ ਹੋ ਕਿ ਤੁਹਾਨੂੰ ਹੈਕ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈsetsebool -P %s %sਪੂਰੀ ਆਡਿਟਿੰਗ ਵਿੱਚ ਤਬਦੀਲ ਕਰੋ ਤਾਂ ਜੋ ਓਫੈਡਿੰਗ ਫਾਇਲ ਬਾਰੇ ਮਾਰਗ ਜਾਣਕਾਰੀ ਲਈ ਜਾਏ ਅਤੇ ਫਿਰ ਗਲਤੀ ਵੇਖੀ ਜਾਏ।use a command like "cp -p" to preserve all permissions except SELinux context.ਤੁਸੀਂ restorecon ਚਲਾ ਸਕਦੇ ਹੋਤੁਸੀਂ ਹੈਕਰ ਦੇ ਹਮਲੇ ਵਿੱਚ ਆ ਸਕਦੇ ਹੋ, ਕਿਉਂਕਿ ਕਨਫਾਈਂਡ ਐਪਲੀਕੇਸ਼ਨਾਂ ਨੂੰ ਇਸ ਪਹੁੰਚ ਦੀ ਲੋੜ ਨਹੀਂ ਹੁੰਦੀ।ਤੁਸੀਂ ਹੈਕਰ ਦੇ ਹਮਲੇ ਵਿੱਚ ਆ ਸਕਦੇ ਹੋ, ਕਿਉਂਕਿ ਕਨਫਾਈਂਡ ਐਪਲੀਕੇਸ਼ਨਾਂ ਨੂੰ ਇਸ ਪਹੁੰਚ ਦੀ ਲੋੜ ਨਹੀਂ ਚਾਹੀਦੀ।ਤੁਸੀਂ ਕਿਸੇ ਹੈਕਰ ਦੇ ਹਮਲੇ ਅਧੀਨ ਵੀ ਹੋ ਸਕਦੇ ਹੋ, ਇਹ ਬਹੁਤ ਖਤਰਨਾਕ ਪਹੁੰਚ ਹੈ।ਤੁਹਾਨੂੰ $TARGET_PATH ਉੱਪਰ ਲੈਬਲਿੰਗ ਤਬਦੀਲ ਕਰਨੀ ਪਵੇਗੀ।ਤੁਹਾਨੂੰ ਲੇਬਲ ਠੀਕ ਕਰਨੇ ਪੈਣਗੇ।ਤੁਹਾਨੂੰ cert ਫਾਇਲ ਨੂੰ ~/.cert ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਲਿਜਾਣਾ ਪਵੇਗਾਤੁਹਾਨੂੰ ਯੋਗ ਫਾਇਲ ਲੇਬਲ ਚੁਣਨਾ ਚਾਹੀਦਾ ਹੈਕੀ ਤੁਸੀਂ ਇਹ ਪੈਕੇਜ ਹੁਣੇ ਇੰਸਟਾਲ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ.ਤੁਹਾਨੂੰ ਇਸ ਮਨਜੂਰੀ ਲਈ SELinux ਸੈੱਟਅੱਪ ਕਰਨਾ ਚਾਹੀਦਾ ਹੈਤੁਹਾਨੂੰ ਇਸ ਬਾਰੇ SELinux ਨੂੰ ਦੱਸਣਾ ਚਾਹੀਦਾ ਹੈਤੁਹਾਨੂੰ SELinux ਨੂੰ ਇਸ ਬਾਰੇ ਦੱਸਣਾ ਚਾਹੀਦਾ ਹੈ 'httpd_unified' ਅਤੇ 'http_enable_cgi' ਬੂਲੀਅਨ ਯੋਗ ਕਰਕੇ।ਤੁਹਾਨੂੰ ਇਸ ਬਾਰੇ SELinux ਨੂੰ vbetool_mmap_zero_ignore ਬੂਲੀਅਨ ਯੋਗ ਕਰਕੇ ਦੱਸਣਾ ਚਾਹੀਦਾ ਹੈ।ਤੁਹਾਨੂੰ ਇਸ ਬਾਰੇ SELinux ਨੂੰ wine_mmap_zero_ignore ਬੂਲੀਅਨ ਯੋਗ ਕਰਕੇ ਦੱਸਣਾ ਚਾਹੀਦਾ ਹੈ।ਤੁਸੀਂ ਕਰੋਮ ਪਲੱਗਇਨਾਂ ਤੇ SELinux ਕੰਟਰੋਲ ਜਰੂਰ ਬੰਦ ਕਰੋ।ਤੁਹਾਨੂੰ ਫਾਇਰਫਾਕਸ ਪਲੱਗਇਨ ਉੱਪਰ SELinux ਕੰਟਰੋਲ ਬੰਦ ਕਰਨਾ ਚਾਹੀਦਾ ਹੈ।ਤੁਹਾਨੂੰ ਇਸ ਵਿੱਚ ਲੇਬਲ ਸ਼ਾਮਿਲ ਕਰਨ ਦੀ ਲੋੜ ਹੈ।ਤੁਹਾਨੂੰ $TARGET_PATH ਉੱਪਰ ਲੇਬਲ ਨੂੰ public_content_rw_t ਵਿੱਚ ਤਬਦੀਲ ਕਰਨਾ ਚਾਹੀਦਾ ਹੈ, ਅਤੇ ਖਾਸ ਕਰਕੇ allow_httpd_sys_script_anon_write ਬੂਲੀਅਨ ਚਾਲੂ ਕਰਨਾ ਚਾਹੀਦਾ ਹੈ।ਤੁਹਾਨੂੰ ਪੂਰੀ ਤਰਾਂ ਮੁੜ-ਲੇਬਲ ਕਰਨ ਦੀ ਲੋੜ ਹੈ।ਤੁਹਾਨੂੰ ਇੱਕ ਬੱਗ ਰਿਪੋਰਟ ਕਰਨ ਦੀ ਲੋੜ ਹੈ। ਇਹ ਖਾਸ ਕਰਕੇ ਖਤਰਨਾਕ ਪਹੁੰਚ ਹੈ।ਤੁਹਾਨੂੰ ਬੱਗ ਰਿਪੋਰਟ ਕਰਨ ਦੀ ਲੋੜ ਹੈ। ਇਹ ਖਾਸ ਕਰਕੇ ਖਤਰਨਾਕ ਪਹੁੰਚ ਹੈ।ਤੁਹਾਨੂੰ /proc/sys/net/ipv6/conf/all/disable_ipv6 ਦਾ ਮੁੱਲ 1 ਸੈੱਟ ਕਨਰਾ ਪਵੇਗਾ ਅਤੇ ਮੋਡੀਊਲ ਨੂੰ ਬਲੈਕਲਿਸਟ ਨਾ ਕਰੋ'ਤੁਹਾਨੂੰ ਵੱਖਰੀ ਕਮਾਂਡ ਵਰਤਣ ਦੀ ਲੋੜ ਹੈ। ਤੁਹਾਨੂੰ ਟਾਰਗਿਟ ਫਾਇਲ ਸਿਸਟਮ ਉੱਪਰ SELinux ਕੰਟੈਕਸਟ ਰੱਖਣ ਦਾ ਅਧਿਕਾਰ ਨਹੀਂ ਹੈ।ਤੁਹਾਨੂੰ execstack ਫਲੈਗ ਸਾਫ ਕਰਨਾ ਚਾਹੀਦਾ ਹੈ ਅਤੇ ਵੇਖੋ ਕਿ ਜੇ $SOURCE_PATH ਠੀਕ ਤਰਾਂ ਕੰਮ ਕਰਦਾ ਹੈ। ਇਸਨੂੰ %s ਉੱਪਰ ਬੱਗ ਦੇ ਤੌਰ ਤੇ ਰਿਪੋਰਟ ਕਰੋ। ਤੁਸੀਂ exestack ਫਲੈਗ ਨੂੰ ਇਸ ਤਰਾਂ ਸਾਫ ਕਰ ਸਕਦੇ ਹੋ: