Linux linux7.web4world.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
: 199.38.113.107 | : 216.73.216.178
Cant Read [ /etc/named.conf ]
?5.6.40
siddhapu
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
lib64 /
python2.7 /
site-packages /
sepolicy /
templates /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.py
724
B
-rw-r--r--
__init__.pyc
152
B
-rw-r--r--
__init__.pyo
152
B
-rw-r--r--
boolean.py
1.15
KB
-rw-r--r--
boolean.pyc
331
B
-rw-r--r--
boolean.pyo
331
B
-rw-r--r--
etc_rw.py
3.86
KB
-rw-r--r--
etc_rw.pyc
2.87
KB
-rw-r--r--
etc_rw.pyo
2.87
KB
-rw-r--r--
executable.py
9.66
KB
-rw-r--r--
executable.pyc
8.99
KB
-rw-r--r--
executable.pyo
8.99
KB
-rw-r--r--
network.py
13.28
KB
-rw-r--r--
network.pyc
12.58
KB
-rw-r--r--
network.pyo
12.58
KB
-rw-r--r--
rw.py
3.84
KB
-rw-r--r--
rw.pyc
2.93
KB
-rw-r--r--
rw.pyo
2.93
KB
-rw-r--r--
script.py
4.16
KB
-rw-r--r--
script.pyc
3.39
KB
-rw-r--r--
script.pyo
3.39
KB
-rw-r--r--
semodule.py
1.28
KB
-rw-r--r--
semodule.pyc
479
B
-rw-r--r--
semodule.pyo
479
B
-rw-r--r--
spec.py
2.09
KB
-rw-r--r--
spec.pyc
2.26
KB
-rw-r--r--
spec.pyo
2.26
KB
-rw-r--r--
test_module.py
4.35
KB
-rw-r--r--
test_module.pyc
2.76
KB
-rw-r--r--
test_module.pyo
2.76
KB
-rw-r--r--
tmp.py
3.38
KB
-rw-r--r--
tmp.pyc
2.58
KB
-rw-r--r--
tmp.pyo
2.58
KB
-rw-r--r--
unit_file.py
2.21
KB
-rw-r--r--
unit_file.pyc
1.2
KB
-rw-r--r--
unit_file.pyo
1.2
KB
-rw-r--r--
user.py
4.21
KB
-rw-r--r--
user.pyc
3.49
KB
-rw-r--r--
user.pyo
3.49
KB
-rw-r--r--
var_cache.py
4.05
KB
-rw-r--r--
var_cache.pyc
3.06
KB
-rw-r--r--
var_cache.pyo
3.06
KB
-rw-r--r--
var_lib.py
4.2
KB
-rw-r--r--
var_lib.pyc
3.2
KB
-rw-r--r--
var_lib.pyo
3.2
KB
-rw-r--r--
var_log.py
3.18
KB
-rw-r--r--
var_log.pyc
2.16
KB
-rw-r--r--
var_log.pyo
2.16
KB
-rw-r--r--
var_run.py
2.86
KB
-rw-r--r--
var_run.pyc
2.09
KB
-rw-r--r--
var_run.pyo
2.09
KB
-rw-r--r--
var_spool.py
4.04
KB
-rw-r--r--
var_spool.pyc
3.04
KB
-rw-r--r--
var_spool.pyo
3.04
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : spec.py
header_comment_section="""\ # vim: sw=4:ts=4:et """ base_section="""\ %define selinux_policyver VERSION Name: MODULENAME_selinux Version: 1.0 Release: 1%{?dist} Summary: SELinux policy module for MODULENAME Group: System Environment/Base License: GPLv2+ # This is an example. You will need to change it. URL: http://HOSTNAME Source0: MODULENAME.pp Source1: MODULENAME.if Source2: DOMAINNAME_selinux.8 Source3: DOMAINNAME_u Requires: policycoreutils, libselinux-utils Requires(post): selinux-policy-base >= %{selinux_policyver}, policycoreutils Requires(postun): policycoreutils """ mid_section="""\ BuildArch: noarch %description This package installs and sets up the SELinux policy security module for MODULENAME. %install install -d %{buildroot}%{_datadir}/selinux/packages install -m 644 %{SOURCE0} %{buildroot}%{_datadir}/selinux/packages install -d %{buildroot}%{_datadir}/selinux/devel/include/contrib install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/selinux/devel/include/contrib/ install -d %{buildroot}%{_mandir}/man8/ install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man8/DOMAINNAME_selinux.8 install -d %{buildroot}/etc/selinux/targeted/contexts/users/ install -m 644 %{SOURCE3} %{buildroot}/etc/selinux/targeted/contexts/users/DOMAINNAME_u %post semodule -n -i %{_datadir}/selinux/packages/MODULENAME.pp if /usr/sbin/selinuxenabled ; then /usr/sbin/load_policy %relabel_files /usr/sbin/semanage user -a -R DOMAINNAME_r DOMAINNAME_u fi; exit 0 %postun if [ $1 -eq 0 ]; then semodule -n -r MODULENAME if /usr/sbin/selinuxenabled ; then /usr/sbin/load_policy %relabel_files /usr/sbin/semanage user -d DOMAINNAME_u fi; fi; exit 0 %files %attr(0600,root,root) %{_datadir}/selinux/packages/MODULENAME.pp %{_datadir}/selinux/devel/include/contrib/MODULENAME.if %{_mandir}/man8/DOMAINNAME_selinux.8.* /etc/selinux/targeted/contexts/users/DOMAINNAME_u %changelog * TODAYSDATE YOUR NAME <YOUR@EMAILADDRESS> 1.0-1 - Initial version """ define_relabel_files_begin ="""\ \n %define relabel_files() \\ """ define_relabel_files_end ="""\ restorecon -R FILENAME; \\ """
Close