Hello.

Pawan Kumar wrote:
> My question is, a big population of the world is using ubuntu and that too 64
> bit, so how tomoyo linux addresses porting tomoyo linux on 64 bit ubuntu.

There are several build scripts at
http://sourceforge.jp/projects/tomoyo/svn/view/trunk/1.8.x/ccs-patch/specs/?root=tomoyo
which can be used for building distributor's latest kernels. (While these
scripts are also included in the ccs-patch tarball, the scripts on the SVN will
be up-to-date compared to the tarball.)

You can do

# wget -O /tmp/build-ubuntu_12.04.sh 
'http://sourceforge.jp/projects/tomoyo/svn/view/trunk/1.8.x/ccs-patch/specs/build-ubuntu_12.04.sh?root=tomoyo&view=co&content-type=text%2Fplain'
# chmod 755 /tmp/build-ubuntu_12.04.sh
# /tmp/build-ubuntu_12.04.sh

to build the latest Ubuntu 12.04 kernel. The script will build 64bit kernel if
executed on 64bit environment, 32bit kernel if executed on 32bit environment.



Since building kernels causes a lots of file access, you might want to boot
with TOMOYO disabled when building kernels. To boot with TOMOYO disabled, pass
ccsecurity=off kernel boot command line parameter.



If you (or someone) have resource to maintain yum/apt repository, please let me
know your sourceforge.jp account. I'll add your account to TOMOYO project so
that you can update SVN repository. Currently, Jamie Nguyen is maintaining
rhel6 x86_64 and f16 x86_64 packages. If you want to maintain the repository
outside tomoyo.sourceforge.jp, please let me know so that I can add links to
your repository to the documentation page.



> Is it available for 64 bit opensuse?

I haven't tried on 64bit, but I think it will build similarly.

# wget -O /tmp/build-suse12.1-3.1.sh 
'http://sourceforge.jp/projects/tomoyo/svn/view/trunk/1.8.x/ccs-patch/specs/build-suse12.1-3.1.sh?root=tomoyo&view=co&content-type=text%2Fplain'
# chmod 755 /tmp/build-suse12.1-3.1.sh
# /tmp/build-suse12.1-3.1.sh

Regards.

_______________________________________________
tomoyo-users-en mailing list
[email protected]
http://lists.sourceforge.jp/mailman/listinfo/tomoyo-users-en

Reply via email to