The diff / meld command is not magic. Just “meld /path/to/file/one /path/to/file/two”. Try this with any other files. Make a copy of some file, modify a bit, then diff. In other words “meld file-from-source-folder file-on-system”. Figure out the paths. Just go into any folder in the source code folder and look around.
Just try if you got the right folders.
Once you’re sure about the full file paths, you can compare them using meld.
Since this thread is about an apparmor-profile-sdwdate issue, forget about apparmor-profile-torbrowser. Work with the apparmor-profile-sdwdate folder.
yeah now everything seems to be working as expected c the results:-
make installcheck output = exit 0 , c this:-
[code]user@host:~$ cd apparmor-profile-sdwdate
user@host:~/apparmor-profile-sdwdate$ make installcheck
/usr/share/genmkfile/make-helper.bsh installcheck
great then , so i have one more question:- how do i get update to this apparmor ? the old one was when using sudo apt-get update && sudo apt-get dist-upgrade so how about this one ?
You have the most recent version available installed. Installed from source. Not possible to install it using apt-get yet, because no package has been build/uploaded yet. Once a package with a newer version is added to the repository, it should replace your current version (since it comes with a higher version number).
thnx for all ur effort :)
Thank you as well. Now that you figured out how to build from source, you have a lot more options.